We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
44ace99
Merge pull request #5 from couling/master
1009633
Fixed #4 so that password_cracker.c will compile against openssl
Nice work! Thanks for your contribution.
Sorry, something went wrong.
Update README.md
928d85d
Add info of issue #4
No branches or pull requests
Compiling against openssl 1.1.0 hits the error:
Digging into this on google, it can be explained by this issue:
openssl/openssl#962
The text was updated successfully, but these errors were encountered: