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

Update for changes in OpenSSL 1.1.0 #72

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

Conversation

exuvo
Copy link

@exuvo exuvo commented Aug 16, 2021

Per bottom of https://www.openssl.org/docs/man1.1.1/man3/EVP_CIPHER_CTX_ctrl.html :

EVP_CIPHER_CTX was made opaque in OpenSSL 1.1.0. As a result, EVP_CIPHER_CTX_reset() appeared and EVP_CIPHER_CTX_cleanup() disappeared.
EVP_CIPHER_CTX_init() remains as an alias for EVP_CIPHER_CTX_reset().

https://www.openssl.org/docs/man1.1.1/man3/RAND_pseudo_bytes.html :
RAND_pseudo_bytes() was deprecated in OpenSSL 1.1.0; use RAND_bytes() instead.

Not really tested as i am just trying to start out using SLikeNet and it was not compiling.

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.

1 participant