Skip to content

lanplus: Fix compile with deprecated APIs disabled. #47

Merged
merged 1 commit into from
Oct 31, 2018
Merged

lanplus: Fix compile with deprecated APIs disabled. #47

merged 1 commit into from
Oct 31, 2018

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Oct 31, 2018

From the man page:

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().

Signed-off-by: Rosen Penev rosenp@gmail.com

From the man page:

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().

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Copy link
Contributor

@AlexanderAmelkin AlexanderAmelkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@AlexanderAmelkin AlexanderAmelkin merged commit a8862d7 into ipmitool:master Oct 31, 2018
@neheb neheb deleted the deprecated branch October 31, 2018 13:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
improvement Improves an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants