mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Check if OpenSSL includes scrypt.
This commit is contained in:
parent
19440b9e58
commit
b74947d070
@ -639,6 +639,10 @@ AC_CHECK_FUNCS([ \
|
|||||||
SSL_CIPHER_find \
|
SSL_CIPHER_find \
|
||||||
TLS_method
|
TLS_method
|
||||||
])
|
])
|
||||||
|
|
||||||
|
dnl Check if OpenSSL has scrypt implementation.
|
||||||
|
AC_CHECK_FUNCS([ EVP_PBE_scrypt ])
|
||||||
|
|
||||||
LIBS="$save_LIBS"
|
LIBS="$save_LIBS"
|
||||||
LDFLAGS="$save_LDFLAGS"
|
LDFLAGS="$save_LDFLAGS"
|
||||||
CPPFLAGS="$save_CPPFLAGS"
|
CPPFLAGS="$save_CPPFLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user