You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
In nodejs/node#40613,
[email protected]
incorrectly adds aFixes:
metadata line:The commit message was:
(Original post in nodejs/node#40613 (comment).)
The text was updated successfully, but these errors were encountered: