wolfSSL 3.11.1 for TLS1.3 beta

Fork of wolfSSL by wolf SSL

Committer:
wolfSSL
Date:
Tue May 02 08:44:47 2017 +0000
Revision:
7:481bce714567
wolfSSL3.10.2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wolfSSL 7:481bce714567 1 /* opensslv.h compatibility */
wolfSSL 7:481bce714567 2
wolfSSL 7:481bce714567 3 #ifndef WOLFSSL_OPENSSLV_H_
wolfSSL 7:481bce714567 4 #define WOLFSSL_OPENSSLV_H_
wolfSSL 7:481bce714567 5
wolfSSL 7:481bce714567 6
wolfSSL 7:481bce714567 7 /* api version compatibility */
wolfSSL 7:481bce714567 8 #if defined(HAVE_STUNNEL) || defined(HAVE_LIGHTY)
wolfSSL 7:481bce714567 9 /* version number can be increased for Lighty after compatibility for ECDH
wolfSSL 7:481bce714567 10 is added */
wolfSSL 7:481bce714567 11 #define OPENSSL_VERSION_NUMBER 0x10001000L
wolfSSL 7:481bce714567 12 #else
wolfSSL 7:481bce714567 13 #define OPENSSL_VERSION_NUMBER 0x0090810fL
wolfSSL 7:481bce714567 14 #endif
wolfSSL 7:481bce714567 15
wolfSSL 7:481bce714567 16 #define OPENSSL_VERSION_TEXT LIBWOLFSSL_VERSION_STRING
wolfSSL 7:481bce714567 17
wolfSSL 7:481bce714567 18
wolfSSL 7:481bce714567 19 #endif /* header */
wolfSSL 7:481bce714567 20
wolfSSL 7:481bce714567 21