summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-10-19 08:58:35 +0000
committerBodo Möller <bodo@openssl.org>2011-10-19 08:58:35 +0000
commit3d520f7c2d9e75eec2ec5ad10f8f9d5220bfd6cf (patch)
tree8938ccd592d24b9f319716079fdde12c9ec6d8ae /crypto/ec/ec.h
parent9c37519b55f790647e4c25a4665b1bac54455f9a (diff)
Fix warnings.
Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code.
Diffstat (limited to 'crypto/ec/ec.h')
-rw-r--r--crypto/ec/ec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index 57ea19ba4e..9d01325af3 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -151,7 +151,7 @@ const EC_METHOD *EC_GFp_mont_method(void);
*/
const EC_METHOD *EC_GFp_nist_method(void);
-#ifdef EC_NISTP_64_GCC_128
+#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
/** Returns 64-bit optimized methods for nistp224
* \return EC_METHOD object
*/