diff options
Diffstat (limited to 'libfetch/common.h')
-rw-r--r-- | libfetch/common.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libfetch/common.h b/libfetch/common.h index b643a34..d7ad1d6 100644 --- a/libfetch/common.h +++ b/libfetch/common.h @@ -37,12 +37,7 @@ #define FTP_DEFAULT_PROXY_PORT 21 #define HTTP_DEFAULT_PROXY_PORT 3128 -#include <openssl/crypto.h> -#include <openssl/x509.h> -#include <openssl/x509v3.h> -#include <openssl/pem.h> -#include <openssl/ssl.h> -#include <openssl/err.h> +#include "openssl-compat.h" #if defined(__GNUC__) && __GNUC__ >= 3 #define LIBFETCH_PRINTFLIKE(fmtarg, firstvararg) \ |