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 | ee6d8bcf71b0cf9eb7acc2987a59c78ffc172303 (patch) | |
tree | 049720dc6df4aaaf9d6e36480bb0f23655d55c0f /configure.ac | |
parent | 291876be36d70e892d8fb5e50509379e69485a02 (diff) | |
parent | 8849b2ca3c3943e7d2f109b8e56179be82092a6e (diff) | |
download | tor-ee6d8bcf71b0cf9eb7acc2987a59c78ffc172303.tar.gz tor-ee6d8bcf71b0cf9eb7acc2987a59c78ffc172303.zip |
Merge branch '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 32a0750e74..643068724e 100644 --- a/configure.ac +++ b/configure.ac @@ -952,6 +952,7 @@ AC_CHECK_FUNCS([ \ SSL_get_client_ciphers \ SSL_get_client_random \ SSL_CIPHER_find \ + SSL_CTX_set_security_level \ TLS_method ]) |