Closed spacewander closed 6 years ago
@agentzh A new commit is pushed.
@agentzh Updated.
@agentzh Updated.
@spacewander libdrizzle can be indeed removed since we do not even link against it :)
@agentzh All right, libdrizzle is removed in the latest commit now.
@spacewander Merged. Thanks!
@agentzh when is the new release?
@TheRusskiy Maybe this month or next month.
Hi is coming May. When is the update version?
A new release tag of this module was already added a few days ago and the new version is already included in OpenResty 1.13.6.2 RC1: https://groups.google.com/d/msg/openresty-en/bTfqTjshcX4/uP8qF0EpAgAJ
EVP_CIPHER_CTX
is opaque after OpenSSL 1.1.0. ReplaceEVP_CIPHER_CTX_init
andEVP_CIPHER_CTX_cleanup
withEVP_CIPHER_CTX_new
andEVP_CIPHER_CTX_free
.