diff options
Diffstat (limited to 'lib/libcrypto/ec/eck_prn.c')
-rw-r--r-- | lib/libcrypto/ec/eck_prn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/ec/eck_prn.c b/lib/libcrypto/ec/eck_prn.c index 86107d51424..3f2973e5b65 100644 --- a/lib/libcrypto/ec/eck_prn.c +++ b/lib/libcrypto/ec/eck_prn.c @@ -67,7 +67,6 @@ #include <openssl/ec.h> #include <openssl/bn.h> -#ifndef OPENSSL_NO_FP_API int ECPKParameters_print_fp(FILE * fp, const EC_GROUP * x, int off) { @@ -115,7 +114,6 @@ ECParameters_print_fp(FILE * fp, const EC_KEY * x) BIO_free(b); return (ret); } -#endif int EC_KEY_print(BIO * bp, const EC_KEY * x, int off) |