diff options
Diffstat (limited to 'tls.h')
| -rw-r--r-- | tls.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -2,6 +2,7 @@ | |||
| 2 | #define TLS_H | 2 | #define TLS_H |
| 3 | 3 | ||
| 4 | #include <openssl/ssl.h> | 4 | #include <openssl/ssl.h> |
| 5 | #include <openssl/err.h> | ||
| 5 | 6 | ||
| 6 | /* ECC: make sure we have at least 1.0.0 */ | 7 | /* ECC: make sure we have at least 1.0.0 */ |
| 7 | #if !defined(OPENSSL_NO_EC) && defined(TLSEXT_ECPOINTFORMAT_uncompressed) | 8 | #if !defined(OPENSSL_NO_EC) && defined(TLSEXT_ECPOINTFORMAT_uncompressed) |
