File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -202,10 +202,10 @@ check_symbol_exists(NID_X9_62_prime256v1 "openssl/evp.h" HAVE_DECL_NID_X9_62_PRI
202202check_symbol_exists (sk_SSL_COMP_pop_free "openssl/ssl.h" HAVE_DECL_SK_SSL_COMP_POP_FREE )
203203check_symbol_exists (SSL_COMP_get_compression_methods "openssl/ssl.h" HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS )
204204
205- check_function_exists ( EVP_MD_CTX_new HAVE_EVP_MD_CTX_NEW )
205+ set ( HAVE_EVP_MD_CTX_NEW 1 )
206206check_function_exists (EVP_sha1 HAVE_EVP_SHA1 )
207- check_function_exists ( EVP_sha256 HAVE_EVP_SHA256 )
208- check_function_exists ( EVP_sha512 HAVE_EVP_SHA512 )
207+ set ( HAVE_EVP_SHA256 1 )
208+ set ( HAVE_EVP_SHA512 1 )
209209check_function_exists (FIPS_mode HAVE_FIPS_MODE )
210210check_function_exists (HMAC_Update HAVE_HMAC_UPDATE )
211211check_function_exists (OPENSSL_config HAVE_OPENSSL_CONFIG )
You can’t perform that action at this time.
0 commit comments