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