summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err_prn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err/err_prn.c')
-rw-r--r--src/lib/libcrypto/err/err_prn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/err/err_prn.c b/src/lib/libcrypto/err/err_prn.c
index d6b488fee9..7790287a3f 100644
--- a/src/lib/libcrypto/err/err_prn.c
+++ b/src/lib/libcrypto/err/err_prn.c
@@ -86,7 +86,6 @@ ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u), void *u)
86 } 86 }
87} 87}
88 88
89#ifndef OPENSSL_NO_FP_API
90static int 89static int
91print_fp(const char *str, size_t len, void *fp) 90print_fp(const char *str, size_t len, void *fp)
92{ 91{
@@ -103,7 +102,6 @@ ERR_print_errors_fp(FILE *fp)
103{ 102{
104 ERR_print_errors_cb(print_fp, fp); 103 ERR_print_errors_cb(print_fp, fp);
105} 104}
106#endif
107 105
108static int 106static int
109print_bio(const char *str, size_t len, void *bp) 107print_bio(const char *str, size_t len, void *bp)