]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
and maybe also on openssl < 1.1.0 as well...
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 1 Feb 2019 13:49:05 +0000 (13:49 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 1 Feb 2019 13:49:05 +0000 (13:49 +0000)
src/lib/eap/crypto.c

index 4b04f2f8fc43b6ab4552a6f3e52b2c7a8d6e999f..b58040c8b81cf1ffeec1072cc1ff59e2b24e16b5 100644 (file)
@@ -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;