Hello, I am sending next patch that we have applied to the distribution of OpenSSL.
Regards Libor Krystek
diff -uNr openssl-1.0.1g/crypto/ec/ec_lcl.h openssl-1.0.1g-ICA/crypto/ec/ec_lcl.h --- openssl-1.0.1g/crypto/ec/ec_lcl.h 2014-03-17 17:14:20.000000000 +0100 +++ openssl-1.0.1g-ICA/crypto/ec/ec_lcl.h 2014-05-23 12:01:00.000000000 +0200 @@ -404,7 +404,7 @@ int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx); int ec_GF2m_have_precompute_mult(const EC_GROUP *group); -#ifndef OPENSSL_EC_NISTP_64_GCC_128 +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 /* method functions in ecp_nistp224.c */ int ec_GFp_nistp224_group_init(EC_GROUP *group); int ec_GFp_nistp224_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *n, BN_CTX *);
