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

Fix incorrect function name #797

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

infracaninophile
Copy link

There is no such function as EVP_EVP_aes_128_cbc() in openssl. This should read EVP_aes_128_cbc()

In order to see a compilation failure due to this, it is necessary to build a version of openssl without any of the older and less secure ciphers, including omitting DES/3DES.

Previously submitted as ruby/ruby#11515 -- resubmitting here as requested.

There is no such function as `EVP_EVP_aes_128_cbc()` in openssl.
This should read `EVP_aes_128_cbc()`

In order to see a compilation failure due to this, it is necessary to
build a version of openssl without any of the older and less secure
ciphers, including omitting DES/3DES.

Previously submitted as ruby/ruby#11515 --
resubmitting here as requested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants