From 3a6372f03e28545299df8838789381bdd7c5c1ff Mon Sep 17 00:00:00 2001 From: John Dennis Date: Fri, 26 Jul 2013 10:27:18 -0400 Subject: [PATCH] make HAVE_EC_CRYPTO flag be dependent on rhel version (>= 7) --- freeradius.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeradius.spec b/freeradius.spec index 6d10772..746b135 100644 --- a/freeradius.spec +++ b/freeradius.spec @@ -7,7 +7,7 @@ Group: System Environment/Daemons URL: http://www.freeradius.org/ # Is elliptic curve cryptography supported? -%if 0%{?rhel} +%if 0%{?rhel} >= 7 %global HAVE_EC_CRYPTO 1 %else %global HAVE_EC_CRYPTO 0