From b8c90b369ea2f586371007919fcc869c53879398 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Mon, 23 Aug 2021 15:33:59 -0600 Subject: [PATCH] bump openssl version for Python 3.8.5 port with WOLFSSL_PYTHON --- wolfssl/openssl/opensslv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wolfssl/openssl/opensslv.h b/wolfssl/openssl/opensslv.h index f0c874cd8..9ae42413d 100644 --- a/wolfssl/openssl/opensslv.h +++ b/wolfssl/openssl/opensslv.h @@ -35,7 +35,8 @@ defined(WOLFSSL_RSYSLOG) /* For Apache httpd, Use 1.1.0 compatibility */ #define OPENSSL_VERSION_NUMBER 0x10100000L -#elif defined(WOLFSSL_QT) +#elif defined(WOLFSSL_QT) || defined(WOLFSSL_PYTHON) + /* For Qt and Python 3.8.5 compatibility */ #define OPENSSL_VERSION_NUMBER 0x10101000L #elif defined(WOLFSSL_HAPROXY) #define OPENSSL_VERSION_NUMBER 0x1010000fL