diff options
Diffstat (limited to 'tls.h')
| -rw-r--r-- | tls.h | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -3,6 +3,11 @@ | |||
| 3 | 3 | ||
| 4 | #include <openssl/ssl.h> | 4 | #include <openssl/ssl.h> |
| 5 | 5 | ||
| 6 | /* ECC: make sure we have at least 1.0.0 */ | ||
| 7 | #if !defined(OPENSSL_NO_EC) && defined(TLSEXT_ECPOINTFORMAT_uncompressed) | ||
| 8 | #define HAVE_ECC | ||
| 9 | #endif | ||
| 10 | |||
| 6 | extern int smtps; | 11 | extern int smtps; |
| 7 | extern SSL *ssl; | 12 | extern SSL *ssl; |
| 8 | 13 | ||
