bump openssl version for Python 3.8.5 port with WOLFSSL_PYTHON

This commit is contained in:
Chris Conlon
2021-08-23 15:33:59 -06:00
committed by Hayden Roche
parent 0f344e4b64
commit b8c90b369e

View File

@@ -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