Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor
Commits
b74947d0
Commit
b74947d0
authored
Jul 06, 2015
by
rl1987
Browse files
Check if OpenSSL includes scrypt.
parent
19440b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b74947d0
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment