From: aland Date: Sat, 16 Jun 2007 13:39:38 +0000 (+0000) Subject: Better checks for no OpenSSL X-Git-Tag: release_2_0_0_pre2~222 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=f91be27f7961587837a7331e2432653a9552912a;p=freeradius.git Better checks for no OpenSSL --- diff --git a/src/modules/rlm_eap/rlm_eap.c b/src/modules/rlm_eap/rlm_eap.c index e2ee0f9..bd1261b 100644 --- a/src/modules/rlm_eap/rlm_eap.c +++ b/src/modules/rlm_eap/rlm_eap.c @@ -130,7 +130,7 @@ static int eap_instantiate(CONF_SECTION *cs, void **instance) return -1; } -#ifdef NO_OPENSSL +#ifndef HAVE_OPENSSL_SSL_H /* * This allows the default configuration to be * shipped with EAP-TLS, etc. enabled. If the