summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/eck_prn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ec/eck_prn.c')
-rw-r--r--src/lib/libcrypto/ec/eck_prn.c2
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
71int 70int
72ECPKParameters_print_fp(FILE * fp, const EC_GROUP * x, int off) 71ECPKParameters_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
120int 118int
121EC_KEY_print(BIO * bp, const EC_KEY * x, int off) 119EC_KEY_print(BIO * bp, const EC_KEY * x, int off)