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 | 8849b2ca3c3943e7d2f109b8e56179be82092a6e (patch) | |
tree | 8a160d71d372dad71569315a50c439fbc073daa5 /configure.ac | |
parent | 967cef2f8f5ad654aa0d53e1516fd26bc18a00e8 (diff) | |
parent | 732ea9120c9db5d6368cba6f2b789aa4fca5db31 (diff) | |
download | tor-8849b2ca3c3943e7d2f109b8e56179be82092a6e.tar.gz tor-8849b2ca3c3943e7d2f109b8e56179be82092a6e.zip |
Merge branch 'maint-0.3.3' into maint-0.3.4
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 6ef53eeb82..80c83d6cb7 100644 --- a/configure.ac +++ b/configure.ac @@ -941,6 +941,7 @@ AC_CHECK_FUNCS([ \ SSL_get_client_ciphers \ SSL_get_client_random \ SSL_CIPHER_find \ + SSL_CTX_set_security_level \ TLS_method ]) |