diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-02 13:27:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-02 13:38:27 -0400 |
commit | ff835e23280c0f29ca9ab25bfc3069276c0b8ab6 (patch) | |
tree | 929fce1226ba10bde5499d8f030f9b61c12c3e73 /configure.ac | |
parent | f90a704f12587ba7585a8a4d31cb6de756bb3868 (diff) | |
download | tor-ff835e23280c0f29ca9ab25bfc3069276c0b8ab6.tar.gz tor-ff835e23280c0f29ca9ab25bfc3069276c0b8ab6.zip |
Use autoconf, not OPENSSL_VERSION_NUMBER, to detect SSL_CIPHER_find
Repairs build with libressl
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ede8f8438c..ab96c20f3f 100644 --- a/configure.ac +++ b/configure.ac @@ -639,6 +639,7 @@ AC_CHECK_FUNCS([ \ SSL_get_server_random \ SSL_get_client_ciphers \ SSL_get_client_random \ + SSL_CIPHER_find \ ]) LIBS="$save_LIBS" LDFLAGS="$save_LDFLAGS" |