diff --git a/include/openssl/base.h b/include/openssl/base.h index 79f02cd4d..f1da61a07 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h @@ -60,7 +60,7 @@ #include #include -#include +#include #if defined(__cplusplus) extern "C" { diff --git a/include/openssl/opensslfeatures.h b/include/openssl/opensslconf.h similarity index 93% rename from include/openssl/opensslfeatures.h rename to include/openssl/opensslconf.h index c3f97d5a4..bf65fc3b2 100644 --- a/include/openssl/opensslfeatures.h +++ b/include/openssl/opensslconf.h @@ -15,8 +15,8 @@ /* This header is provided in order to make compiling against code that expects OpenSSL easier. */ -#ifndef OPENSSL_HEADER_OPENSSLFEATURES_H -#define OPENSSL_HEADER_OPENSSLFEATURES_H +#ifndef OPENSSL_HEADER_OPENSSLCONF_H +#define OPENSSL_HEADER_OPENSSLCONF_H #define OPENSSL_NO_BF @@ -57,4 +57,4 @@ #define OPENSSL_NO_WHIRLPOOL -#endif /* OPENSSL_HEADER_OPENSSLFEATURES_H */ +#endif /* OPENSSL_HEADER_OPENSSLCONF_H */