diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-09 10:49:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-09 10:49:48 -0500 |
commit | 5d73f87cedaf58fd6e7a53a230b311f5e8b51b73 (patch) | |
tree | 29341fa9d9f192b29295afb42dbe2b1af8d12ef1 /configure.ac | |
parent | 7e969a7b2d3f5fa1de3d064783a5134b06e79652 (diff) | |
parent | 2ac2d0a426d1cd0ba1b2004d349b28e7acda0666 (diff) | |
download | tor-5d73f87cedaf58fd6e7a53a230b311f5e8b51b73.tar.gz tor-5d73f87cedaf58fd6e7a53a230b311f5e8b51b73.zip |
Merge branch 'maint-0.3.5'
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 4524c6b467..01fd9f82ae 100644 --- a/configure.ac +++ b/configure.ac @@ -955,6 +955,7 @@ AC_CHECK_FUNCS([ \ SSL_get_server_random \ SSL_get_client_ciphers \ SSL_get_client_random \ + SSL_CTX_set1_groups_list \ SSL_CIPHER_find \ SSL_CTX_set_security_level \ TLS_method |