diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 060e0a9f..70b4d3a9 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -55,9 +55,9 @@ #endif /* ENETUNREACH */ #ifdef SSL_ENABLE +#include "tls-aux.h" /* compatibility and helper functions */ #include <openssl/ssl.h> /* for OPENSSL_NO_SSL2 and ..._SSL3 checks */ #include <openssl/opensslv.h> /* for version queries */ -#include "tls-aux.h" /* compatibility and helper functions */ #endif /* prototypes for internal functions */ |