diff --git a/include/crypto-headers.h b/include/crypto-headers.h index c1ec1f6c3..60737aa56 100644 --- a/include/crypto-headers.h +++ b/include/crypto-headers.h @@ -1,11 +1,14 @@ +#ifndef __crypto_header__ +#define __crypto_header__ + #ifndef PACKAGE_NAME #error "need config.h" #endif -#ifdef HAVE__OPENSSL -#ifndef OPENSSL_DES_LIBDES_COMPATIBILITY +#ifdef HAVE_OPENSSL + #define OPENSSL_DES_LIBDES_COMPATIBILITY -#endif + #include #include #include @@ -52,3 +55,5 @@ #include #endif /* HAVE_OPENSSL */ + +#endif /* __crypto_header__ */