Skip to content

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