Changes of Revision 8
[-] | Changed | cyassl.spec |
x 1
2 License: GPLv2 3 Source0: %{pkgname}-%{version}.tar.bz2 4 BuildRoot: %{_tmppath}/%{pkgname}-%{version}-root 5 +BuildRequires: zlib-devel 6 7 %description 8 The CyaSSL embedded SSL library is a lightweight, portable, 9
10 11 %build 12 %configure \ 13 + --with-libz=%{_prefix} \ 14 --enable-tlsx \ 15 --enable-sni \ 16 --enable-ocsp \ 17
18 --enable-hc128 \ 19 --enable-rabbit \ 20 --enable-ntru \ 21 + --enable-pkcs7 \ 22 + --enable-scep \ 23 --enable-truncatedhmac \ 24 - --enable-supportedcurves 25 + --enable-supportedcurves \ 26 --enable-renegotiation-indication 27 28 %install 29 |