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