crypto: fix build without scrypt · nodejs/node@00fd7d2 · GitHub
Skip to content

Commit 00fd7d2

Browse files
shr-projectdanielleadams
authored andcommitted
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: Martin Jansa <martin.jansa@lge.com> PR-URL: #40613 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent c0200e2 commit 00fd7d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/crypto/crypto_scrypt.h

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)