SSL/TLS Library
CyaSSL is SSL/TLS library for embedded systems.
cyassl/openssl/opensslv.h@0:9d17e4342598, 2014-04-20 (annotated)
- Committer:
- wolfSSL
- Date:
- Sun Apr 20 12:40:57 2014 +0000
- Revision:
- 0:9d17e4342598
CyaSSL SSL/TLS Library 2.9.4;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wolfSSL | 0:9d17e4342598 | 1 | /* opensslv.h compatibility */ |
wolfSSL | 0:9d17e4342598 | 2 | |
wolfSSL | 0:9d17e4342598 | 3 | #ifndef CYASSL_OPENSSLV_H_ |
wolfSSL | 0:9d17e4342598 | 4 | #define CYASSL_OPENSSLV_H_ |
wolfSSL | 0:9d17e4342598 | 5 | |
wolfSSL | 0:9d17e4342598 | 6 | |
wolfSSL | 0:9d17e4342598 | 7 | /* api version compatibility */ |
wolfSSL | 0:9d17e4342598 | 8 | #define OPENSSL_VERSION_NUMBER 0x0090410fL |
wolfSSL | 0:9d17e4342598 | 9 | |
wolfSSL | 0:9d17e4342598 | 10 | |
wolfSSL | 0:9d17e4342598 | 11 | #endif /* header */ |
wolfSSL | 0:9d17e4342598 | 12 |