You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: added support for OpenSSL 1.1.0.
EVP_CIPHER_CTX is opaque after OpenSSL 1.1.0.
Replace EVP_CIPHER_CTX_init and EVP_CIPHER_CTX_cleanup with
EVP_CIPHER_CTX_new and EVP_CIPHER_CTX_free.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>