CyaSSL 3.0.0
Dependents: HTTPClient-SSL HTTPClient HTTPClient-SSL http_access ... more
cyassl/openssl/opensslv.h@3:64d4f7cb83d5, 2014-12-03 (annotated)
- Committer:
- wolfSSL
- Date:
- Wed Dec 03 05:24:18 2014 +0000
- Revision:
- 3:64d4f7cb83d5
- Parent:
- 0:1239e9b70ca2
added IGNORE_KEY_EXTENSIONS
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wolfSSL | 0:1239e9b70ca2 | 1 | /* opensslv.h compatibility */ |
wolfSSL | 0:1239e9b70ca2 | 2 | |
wolfSSL | 0:1239e9b70ca2 | 3 | #ifndef CYASSL_OPENSSLV_H_ |
wolfSSL | 0:1239e9b70ca2 | 4 | #define CYASSL_OPENSSLV_H_ |
wolfSSL | 0:1239e9b70ca2 | 5 | |
wolfSSL | 0:1239e9b70ca2 | 6 | |
wolfSSL | 0:1239e9b70ca2 | 7 | /* api version compatibility */ |
wolfSSL | 0:1239e9b70ca2 | 8 | #define OPENSSL_VERSION_NUMBER 0x0090410fL |
wolfSSL | 0:1239e9b70ca2 | 9 | |
wolfSSL | 0:1239e9b70ca2 | 10 | |
wolfSSL | 0:1239e9b70ca2 | 11 | #endif /* header */ |
wolfSSL | 0:1239e9b70ca2 | 12 | |
wolfSSL | 0:1239e9b70ca2 | 13 |