From: Matthew Newton Date: Fri, 1 Feb 2019 13:49:05 +0000 (+0000) Subject: and maybe also on openssl < 1.1.0 as well... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd657ab67f8042f47a0332c17cda6c7c19cbab3e;p=thirdparty%2Ffreeradius-server.git and maybe also on openssl < 1.1.0 as well... --- diff --git a/src/lib/eap/crypto.c b/src/lib/eap/crypto.c index 4b04f2f8fc4..b58040c8b81 100644 --- a/src/lib/eap/crypto.c +++ b/src/lib/eap/crypto.c @@ -144,7 +144,9 @@ int eap_crypto_tls_session_id(TALLOC_CTX *ctx, } break; #endif +#if OPENSSL_VERSION_NUMBER >= 0x10100000L } +#endif *out = buff; return 0;