Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled by

default. If we don't do it this way, it screws up libeay.num.
(update from HEAD, original from levitte).
This commit is contained in:
Dr. Stephen Henson
2011-05-12 13:10:27 +00:00
parent 7f9ef5621a
commit e24b01cc6f
5 changed files with 8 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ const EC_METHOD *EC_GFp_mont_method(void);
*/
const EC_METHOD *EC_GFp_nist_method(void);
#ifdef EC_NISTP224_64_GCC_128
#ifndef OPENSSL_NO_EC_NISTP224_64_GCC_128
/** Returns 64-bit optimized methods for nistp224
* \return EC_METHOD object
*/