diff --git a/include/mbedtls/entropy.h b/include/mbedtls/entropy.h index 8bf5d713e..ca06dc3c5 100644 --- a/include/mbedtls/entropy.h +++ b/include/mbedtls/entropy.h @@ -86,8 +86,6 @@ #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */ #define MBEDTLS_ENTROPY_SOURCE_WEAK 0 /**< Entropy source is weak */ -#if defined(MBEDTLS_ENTROPY_C) - #ifdef __cplusplus extern "C" { #endif @@ -288,6 +286,4 @@ int mbedtls_entropy_source_self_test( int verbose ); } #endif -#endif /* MBEDTLS_ENTROPY_C */ - #endif /* entropy.h */