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

Will not compile against openssl 1.1 #4

Closed
couling opened this issue Jan 30, 2018 · 1 comment
Closed

Will not compile against openssl 1.1 #4

couling opened this issue Jan 30, 2018 · 1 comment

Comments

@couling
Copy link
Contributor

couling commented Jan 30, 2018

Compiling against openssl 1.1.0 hits the error:

password_cracker.c: In function 'main':
password_cracker.c:69:20: error: storage size of 'ectx' isn't known
     EVP_CIPHER_CTX ectx;
                    ^~~~

Digging into this on google, it can be explained by this issue:

openssl/openssl#962

@chg-hou chg-hou closed this as completed in 44ace99 Feb 2, 2018
chg-hou added a commit that referenced this issue Feb 2, 2018
Fixed #4 so that password_cracker.c will compile against openssl
@chg-hou
Copy link
Owner

chg-hou commented Feb 2, 2018

Nice work! Thanks for your contribution.

chg-hou added a commit that referenced this issue Feb 2, 2018
Add info of issue #4
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

No branches or pull requests

2 participants