File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ AM_PROG_CC_C_O
63
63
# --enable-tls #
64
64
# ###############################################################################
65
65
66
+ # Compatibility checks for libtls integration
67
+ CHECK_LIBC_COMPAT
68
+ CHECK_CRYPTO_COMPAT
69
+
66
70
AC_ARG_ENABLE ( [ tls] , [ AS_HELP_STRING ( [ --enable-tls] ,
67
71
[ Enable TLS sockets [ default=no] ] ) ] )
68
72
@@ -74,9 +78,6 @@ if test "x$enable_tls" = "xyes"; then
74
78
AC_MSG_ERROR ( [ libssl not found; install OpenSSL] ) )
75
79
AC_CHECK_LIB ( [ crypto] , [ BIO_read] , [ ] ,
76
80
AC_MSG_ERROR ( [ libcrypto not found; install OpenSSL] ) )
77
- # Compatibility checks for libtls integration
78
- CHECK_LIBC_COMPAT
79
- CHECK_CRYPTO_COMPAT
80
81
81
82
# Compatibility checks with OpenSSL implementation
82
83
AC_CHECK_FUNCS ( [ SSL_CTX_set_alpn_protos SSL_get0_alpn_selected] , [ ] ,
You can’t perform that action at this time.
0 commit comments