Skip to content

Conversation

MarkusVolk
Copy link

This fixes:

| 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 | }
| | ^
| | ;

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. labels Oct 28, 2021
This fixes:

| 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 | }
|       |  ^
|       |  ;

Signed-off-by: MarkusVolk <[email protected]>
@richardlau richardlau added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Oct 28, 2021
@richardlau
Copy link
Member

richardlau commented Oct 28, 2021

Thank you for the pull request, however this is being addressed by #40613.

@richardlau richardlau closed this Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants