diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-07 09:15:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-07 09:15:56 -0400 |
commit | 732ea9120c9db5d6368cba6f2b789aa4fca5db31 (patch) | |
tree | d5cb1833e559465f291157740a561502e8b2b1c2 /configure.ac | |
parent | 056003d602a2e6f5c2f417d176b68da50b921c32 (diff) | |
parent | 0366ae224cb3b9cd55905201cd1b55a03f2736e9 (diff) | |
download | tor-732ea9120c9db5d6368cba6f2b789aa4fca5db31.tar.gz tor-732ea9120c9db5d6368cba6f2b789aa4fca5db31.zip |
Merge branch 'maint-0.3.2' into maint-0.3.3
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 5b717d38f9..4068b9f09b 100644 --- a/configure.ac +++ b/configure.ac @@ -856,6 +856,7 @@ AC_CHECK_FUNCS([ \ SSL_get_client_ciphers \ SSL_get_client_random \ SSL_CIPHER_find \ + SSL_CTX_set_security_level \ TLS_method ]) |