diff --git a/libssh2_org.changes b/libssh2_org.changes index 27fafb9..75f3884 100644 --- a/libssh2_org.changes +++ b/libssh2_org.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 6 04:42:00 UTC 2011 - crrodriguez@opensuse.org + +- respect user's openssl.cnf engine configuration, might + want to do crypto with aes-ni, intel-accell or use rdrand + ------------------------------------------------------------------- Wed Aug 17 21:08:57 UTC 2011 - crrodriguez@opensuse.org diff --git a/libssh2_org.spec b/libssh2_org.spec index a7ad1cc..f2b3c28 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -70,6 +70,7 @@ SECSH-PUBLICKEY. %setup -q -n %{pkg_name}-%{version} %build +export CFLAGS="%optflags -DOPENSSL_LOAD_CONF" %configure --enable-hidden-symbols \ --disable-static --with-pic \ --disable-rpath --with-libz=%{_prefix} \