Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
crypto: fix build without scrypt#40613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Conversation
shr-project commented Oct 26, 2021 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
* 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]>
07534f7 to 048203cCompareFixes: #678 Refs: #26854 Signed-off-by: James M Snell <[email protected]> PR-URL: #35093 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot commented Nov 1, 2021
nodejs-github-bot commented Nov 10, 2021
nodejs-github-bot commented Nov 10, 2021
nodejs-github-bot commented Nov 11, 2021
tniessen commented Nov 11, 2021
@nodejs/node-core-utils |
* 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]> PR-URL: #40613 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Voltrex <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
tniessen commented Nov 11, 2021
Landed in a9b2d85, thank you for the contribution, @shr-project! |
Trott commented Nov 11, 2021
It's probably because |
* 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]> PR-URL: #40613 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Voltrex <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
* 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]> PR-URL: #40613 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Voltrex <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
* 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]> PR-URL: #40613 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Voltrex <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
and fix typo in the comment
Signed-off-by: Martin Jansa [email protected]