Skip to content

Commit

Permalink
Merge pull request #37575 from smuzaffar/fix-openssl-chg
Browse files Browse the repository at this point in the history
Fix CS8/EL8/CS9 openssl build error
  • Loading branch information
cmsbuild authored Apr 15, 2022
2 parents 8105500 + f9e9674 commit 086e2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/OpenSSL/interface/openssl_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define UTILITIES_OPENSSL_OPENSSL_INIT_H
#include <openssl/evp.h>

#if OPENSSL_API_COMPAT < 0x10100000L
#if OPENSSL_VERSION_NUMBER < 0x10100000L
#define EVP_MD_CTX_new EVP_MD_CTX_create
#define EVP_MD_CTX_free EVP_MD_CTX_destroy
#endif
Expand Down

0 comments on commit 086e2e2

Please sign in to comment.