make HAVE_EC_CRYPTO flag be dependent on rhel version (>= 7)
This commit is contained in:
parent
dab27e1b50
commit
3a6372f03e
@ -7,7 +7,7 @@ Group: System Environment/Daemons
|
|||||||
URL: http://www.freeradius.org/
|
URL: http://www.freeradius.org/
|
||||||
|
|
||||||
# Is elliptic curve cryptography supported?
|
# Is elliptic curve cryptography supported?
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel} >= 7
|
||||||
%global HAVE_EC_CRYPTO 1
|
%global HAVE_EC_CRYPTO 1
|
||||||
%else
|
%else
|
||||||
%global HAVE_EC_CRYPTO 0
|
%global HAVE_EC_CRYPTO 0
|
||||||
|
Loading…
Reference in New Issue
Block a user