File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) || \
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 ) || \
You can’t perform that action at this time.
0 commit comments