Loading src/common/crypto.c +5 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,11 @@ crypto_global_init(int useAccel, const char *accelName, const char *accelDir) SSLeay(), SSLeay_version(SSLEAY_VERSION)); } if (SSLeay() < OPENSSL_V_SERIES(1,0,0)) { log_notice(LD_CRYPTO, "Your OpenSSL version seems to be %s. We " "recommend 1.0.0 or later.", crypto_openssl_get_version_str()); } if (useAccel > 0) { #ifdef DISABLE_ENGINES (void)accelName; Loading Loading
src/common/crypto.c +5 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,11 @@ crypto_global_init(int useAccel, const char *accelName, const char *accelDir) SSLeay(), SSLeay_version(SSLEAY_VERSION)); } if (SSLeay() < OPENSSL_V_SERIES(1,0,0)) { log_notice(LD_CRYPTO, "Your OpenSSL version seems to be %s. We " "recommend 1.0.0 or later.", crypto_openssl_get_version_str()); } if (useAccel > 0) { #ifdef DISABLE_ENGINES (void)accelName; Loading