Skip to content

Commit 914e57d

Browse files
committed
Revert version change
1 parent fb82496 commit 914e57d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

wolfssl/openssl/opensslv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
#elif defined(OPENSSL_VERSION_NUMBER)
4141
/* unrecognized version, but continue. */
4242
#define WOLFSSL_OPENSSL_VERSION_NUMBER_UNRECOGNIZED
43-
#elif defined(WOLFSSL_QT) || defined(WOLFSSL_PYTHON)
44-
/* For Qt and Python 3.8.5 compatibility */
45-
#define OPENSSL_VERSION_NUMBER 0x10101000L
4643
#elif defined(HAVE_MOSQUITTO)
4744
#define OPENSSL_VERSION_NUMBER 0x10100000L
4845
#elif defined(WOLFSSL_APACHE_HTTPD) || defined(HAVE_LIBEST) || \
@@ -51,6 +48,9 @@
5148
defined(WOLFSSL_OPENSSH)
5249
/* For Apache httpd, Use 1.1.0 compatibility */
5350
#define OPENSSL_VERSION_NUMBER 0x10100003L
51+
#elif defined(WOLFSSL_QT) || defined(WOLFSSL_PYTHON)
52+
/* For Qt and Python 3.8.5 compatibility */
53+
#define OPENSSL_VERSION_NUMBER 0x10101000L
5454
#elif defined(WOLFSSL_HAPROXY) || defined(WOLFSSL_FFMPEG)
5555
#define OPENSSL_VERSION_NUMBER 0x1010000fL
5656
#elif defined(OPENSSL_ALL) || defined(HAVE_LIGHTY) || \

0 commit comments

Comments
 (0)