Skip to content

Commit

Permalink
src/openssl.c: libressl gained SSL_get_server_tmp_key in 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Feb 14, 2019
1 parent 8eaf1a4 commit feb050a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
#endif

#ifndef HAVE_SSL_GET_SERVER_TMP_KEY
#define HAVE_SSL_GET_SERVER_TMP_KEY OPENSSL_PREREQ(1,0,2)
#define HAVE_SSL_GET_SERVER_TMP_KEY (OPENSSL_PREREQ(1,0,2) || LIBRESSL_PREREQ(2,5,3))
#endif

#ifndef HAVE_SSL_GET_TLSEXT_STATUS_TYPE
Expand Down

0 comments on commit feb050a

Please sign in to comment.