Commit a9b2d85a authored by Martin Jansa's avatar Martin Jansa Committed by Tobias Nießen
Browse files

crypto: fix build without scrypt



* add missing semicolon to fix:
  In file included from ../src/node_crypto.h:47,
                   from ../src/node.cc:46:
  ../src/crypto/crypto_scrypt.h:80:2:
  error: expected ';' after struct definition
     80 | }
        |  ^
        |  ;

  and fix typo in the comment

Signed-off-by: default avatarMartin Jansa <martin.jansa@lge.com>

PR-URL: https://github.com/nodejs/node/pull/40613


Reviewed-By: default avatarTobias Nießen <tniessen@tnie.de>
Reviewed-By: default avatarVoltrex <mohammadkeyvanzade94@gmail.com>
Reviewed-By: default avatarAnna Henningsen <anna@addaleax.net>
parent 6e162978
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment