Check if OpenSSL includes scrypt.

This commit is contained in:
rl1987
2015-07-06 21:31:01 +03:00
parent 19440b9e58
commit b74947d070
+4
View File
@@ -639,6 +639,10 @@ AC_CHECK_FUNCS([ \
SSL_CIPHER_find \
TLS_method
])
dnl Check if OpenSSL has scrypt implementation.
AC_CHECK_FUNCS([ EVP_PBE_scrypt ])
LIBS="$save_LIBS"
LDFLAGS="$save_LDFLAGS"
CPPFLAGS="$save_CPPFLAGS"