You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
600 B
15 lines
600 B
diff -up openssl-1.0.2e/crypto/ec/ec.h.nistp224 openssl-1.0.2e/crypto/ec/ec.h |
|
--- openssl-1.0.2e/crypto/ec/ec.h.nistp224 2015-12-04 14:00:57.000000000 +0100 |
|
+++ openssl-1.0.2e/crypto/ec/ec.h 2015-12-08 15:51:37.046747916 +0100 |
|
@@ -149,11 +149,6 @@ const EC_METHOD *EC_GFp_mont_method(void |
|
const EC_METHOD *EC_GFp_nist_method(void); |
|
|
|
# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
|
-/** Returns 64-bit optimized methods for nistp224 |
|
- * \return EC_METHOD object |
|
- */ |
|
-const EC_METHOD *EC_GFp_nistp224_method(void); |
|
- |
|
/** Returns 64-bit optimized methods for nistp256 |
|
* \return EC_METHOD object |
|
*/
|
|
|