This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new 9851691  Make a check for TLS 1.3 support strict
9851691 is described below

commit 985169147a952dfd67c5e790f2d39c00cae8459b
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Thu Aug 17 11:25:34 2017 +0900

    Make a check for TLS 1.3 support strict
---
 build/crypto.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/crypto.m4 b/build/crypto.m4
index dea1c59..d7b7696 100644
--- a/build/crypto.m4
+++ b/build/crypto.m4
@@ -242,7 +242,7 @@ AC_DEFUN([TS_CHECK_CRYPTO_TLS13], [
 #include <openssl/ssl.h>
     ]],
     [[
-#ifndef TLS1_3_VERSION
+#ifdef OPENSSL_NO_TLS1_3
 # error no TLS1_3 support
 #endif
     ]])

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to