Skip to content
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

crypto_scrypt.h: add missing semicolon #40642

Closed
wants to merge 1 commit into from
Closed

crypto_scrypt.h: add missing semicolon #40642

wants to merge 1 commit into from

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