mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'bug26712'
This commit is contained in:
commit
7253603e6b
@ -902,6 +902,7 @@ AC_CHECK_MEMBERS([struct ssl_method_st.get_cipher_by_char], , ,
|
||||
])
|
||||
|
||||
AC_CHECK_FUNCS([ \
|
||||
ERR_load_KDF_strings \
|
||||
SSL_SESSION_get_master_key \
|
||||
SSL_get_server_random \
|
||||
SSL_get_client_ciphers \
|
||||
|
@ -19,9 +19,9 @@
|
||||
|
||||
#include <openssl/opensslv.h>
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0)
|
||||
#define HAVE_OPENSSL_HKDF 1
|
||||
#if defined(HAVE_ERR_LOAD_KDF_STRINGS)
|
||||
#include <openssl/kdf.h>
|
||||
#define HAVE_OPENSSL_HKDF 1
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user