diff --git a/CHANGELOG b/CHANGELOG index 2f936590b..8386db21f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,8 +15,6 @@ o [Zenmap] A crash was fixed that affected Windows users with UnicodeDecodeError: 'utf8' codec can't decode byte 0x9c in position 28: unexpected code byte -o RPMs are now built with OpenSSL support. [David] - o [Zenmap] Several corner-case crashes were fixed: [David] File "radialnet\gui\NodeNotebook.pyo", line 429, in __create_widgets KeyError: 'tcp' diff --git a/nmap.spec.in b/nmap.spec.in index 54ebfaf7a..338364273 100644 --- a/nmap.spec.in +++ b/nmap.spec.in @@ -36,7 +36,7 @@ devices are also supported, including the Sharp Zaurus and the iPAQ. %setup -q %build -%configure --with-openssl --without-zenmap --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included +%configure --without-openssl --without-zenmap --with-libdnet=included --with-libpcap=included --with-libpcre=included --with-liblua=included %if "%{static}" == "1" make static %else