diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-07 09:15:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-07 09:15:52 -0400 |
commit | 0366ae224cb3b9cd55905201cd1b55a03f2736e9 (patch) | |
tree | aaf7def885c03d6d0ce9387bc45119006998e4ae /configure.ac | |
parent | 987e12a58f6ce9e0001413e665ac2aa92869af77 (diff) | |
parent | 1e46a391b3ef4dfc65044f900684368ea234c290 (diff) | |
download | tor-0366ae224cb3b9cd55905201cd1b55a03f2736e9.tar.gz tor-0366ae224cb3b9cd55905201cd1b55a03f2736e9.zip |
Merge branch 'maint-0.2.9' into maint-0.3.2
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 91abe7e1e4..79d2f7e546 100644 --- a/configure.ac +++ b/configure.ac @@ -801,6 +801,7 @@ AC_CHECK_FUNCS([ \ SSL_get_client_ciphers \ SSL_get_client_random \ SSL_CIPHER_find \ + SSL_CTX_set_security_level \ TLS_method ]) |