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

Getting it working #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ScorpionInc
Copy link

Fixed a typo and changed the goto label to a null statement as per the standard.

Took me an embarrassingly long time to catch this little guy.
@ScorpionInc
Copy link
Author

ScorpionInc commented Sep 27, 2022

Fixes some error(s) listed here:
#43

Primarily the following:
utils.c:205:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘:’ token
205 | out:
| ^
utils.c:207:8: error: expected declaration specifiers or ‘...’ before ‘*’ token
207 | free(salt);
| ^
utils.c:208:8: error: expected declaration specifiers or ‘...’ before ‘
’ token
208 | free(nonce);
| ^
utils.c:209:8: error: expected declaration specifiers or ‘...’ before ‘
’ token
209 | free(vmk);
| ^
utils.c:210:8: error: expected declaration specifiers or ‘...’ before ‘
’ token
210 | free(*mac);

@TheNewsYorkTime
Copy link

Is this going to get merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants