diff --git a/repos/libports/src/lib/openssl/spec/x86_64/openssl/opensslconf.h b/repos/libports/src/lib/openssl/spec/x86_64/openssl/opensslconf.h index 6f90d333bc..a6781a8dab 100644 --- a/repos/libports/src/lib/openssl/spec/x86_64/openssl/opensslconf.h +++ b/repos/libports/src/lib/openssl/spec/x86_64/openssl/opensslconf.h @@ -5,9 +5,6 @@ #ifndef OPENSSL_DOING_MAKEDEPEND -#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 -# define OPENSSL_NO_EC_NISTP_64_GCC_128 -#endif #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif @@ -47,9 +44,6 @@ who haven't had the time to do the appropriate changes in their applications. */ #ifdef OPENSSL_ALGORITHM_DEFINES -# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) -# define NO_EC_NISTP_64_GCC_128 -# endif # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) # define NO_GMP # endif