diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-09 10:49:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-09 10:49:47 -0500 |
commit | c06b7f090cfe49cef1b174d69277534eb0441696 (patch) | |
tree | 03d93b7fa28d4acdefcf79e40e9e9b93916bcae5 /configure.ac | |
parent | 6bd069630a64e540cb118ad84c2bcbb470ce92f8 (diff) | |
parent | 45e0004b690b913dc991936ca0228a35fd5c7d1e (diff) | |
download | tor-c06b7f090cfe49cef1b174d69277534eb0441696.tar.gz tor-c06b7f090cfe49cef1b174d69277534eb0441696.zip |
Merge branch 'maint-0.2.9' 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 bd084c9d31..a651a7b5f3 100644 --- a/configure.ac +++ b/configure.ac @@ -855,6 +855,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 |