wolfSSL 3.11.1 for TLS1.3 beta
Fork of wolfSSL by
wolfssl/openssl/opensslv.h@11:cee25a834751, 2017-05-30 (annotated)
- Committer:
- wolfSSL
- Date:
- Tue May 30 01:44:10 2017 +0000
- Revision:
- 11:cee25a834751
wolfSSL 3.11.0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wolfSSL | 11:cee25a834751 | 1 | /* opensslv.h compatibility */ |
wolfSSL | 11:cee25a834751 | 2 | |
wolfSSL | 11:cee25a834751 | 3 | #ifndef WOLFSSL_OPENSSLV_H_ |
wolfSSL | 11:cee25a834751 | 4 | #define WOLFSSL_OPENSSLV_H_ |
wolfSSL | 11:cee25a834751 | 5 | |
wolfSSL | 11:cee25a834751 | 6 | |
wolfSSL | 11:cee25a834751 | 7 | /* api version compatibility */ |
wolfSSL | 11:cee25a834751 | 8 | #if defined(HAVE_STUNNEL) || defined(HAVE_LIGHTY) || defined(WOLFSSL_NGINX) || defined(WOLFSSL_HAPROXY) |
wolfSSL | 11:cee25a834751 | 9 | /* version number can be increased for Lighty after compatibility for ECDH |
wolfSSL | 11:cee25a834751 | 10 | is added */ |
wolfSSL | 11:cee25a834751 | 11 | #define OPENSSL_VERSION_NUMBER 0x10001000L |
wolfSSL | 11:cee25a834751 | 12 | #else |
wolfSSL | 11:cee25a834751 | 13 | #define OPENSSL_VERSION_NUMBER 0x0090810fL |
wolfSSL | 11:cee25a834751 | 14 | #endif |
wolfSSL | 11:cee25a834751 | 15 | |
wolfSSL | 11:cee25a834751 | 16 | #define OPENSSL_VERSION_TEXT LIBWOLFSSL_VERSION_STRING |
wolfSSL | 11:cee25a834751 | 17 | |
wolfSSL | 11:cee25a834751 | 18 | |
wolfSSL | 11:cee25a834751 | 19 | #endif /* header */ |
wolfSSL | 11:cee25a834751 | 20 | |
wolfSSL | 11:cee25a834751 | 21 |