From 0a13e4dbd3ede97e73820cfb4c39a1a0a73cb0c9 Mon Sep 17 00:00:00 2001 From: har-riz <56026313+har-riz@users.noreply.github.com> Date: Wed, 27 Jan 2021 18:29:22 +0700 Subject: [PATCH] Fix typo in cmakeconfig.h.in files Fix typo in CMAKE included files, so Stubby can use TLS v1.3 with chipersuites options ON. This solve issue that's written in here : https://github.com/getdnsapi/stubby/issues/240 --- cmake/include/cmakeconfig.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/include/cmakeconfig.h.in b/cmake/include/cmakeconfig.h.in index 834a23cf..117bc74d 100644 --- a/cmake/include/cmakeconfig.h.in +++ b/cmake/include/cmakeconfig.h.in @@ -88,8 +88,8 @@ #cmakedefine HAVE_OPENSSL_VERSION 1 #cmakedefine HAVE_SSL_CTX_DANE_ENABLE 1 -#cmakedefine HAVE_SSL_CTX_SET_CIPHERSUITS 1 -#cmakedefine HAVE_SSL_SET_CIPHERSUITS 1 +#cmakedefine HAVE_SSL_CTX_SET_CIPHERSUITES 1 +#cmakedefine HAVE_SSL_SET_CIPHERSUITES 1 #cmakedefine HAVE_OPENSSL_INIT_CRYPTO 1