summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/err/err.h')
-rw-r--r--src/lib/libcrypto/err/err.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/err/err.h b/src/lib/libcrypto/err/err.h
index 601f56a624..0396aba726 100644
--- a/src/lib/libcrypto/err/err.h
+++ b/src/lib/libcrypto/err/err.h
@@ -114,10 +114,8 @@
114 114
115#include <openssl/opensslconf.h> 115#include <openssl/opensslconf.h>
116 116
117#ifndef OPENSSL_NO_FP_API
118#include <stdio.h> 117#include <stdio.h>
119#include <stdlib.h> 118#include <stdlib.h>
120#endif
121 119
122#include <openssl/ossl_typ.h> 120#include <openssl/ossl_typ.h>
123#ifndef OPENSSL_NO_BIO 121#ifndef OPENSSL_NO_BIO
@@ -337,9 +335,7 @@ const char *ERR_func_error_string(unsigned long e);
337const char *ERR_reason_error_string(unsigned long e); 335const char *ERR_reason_error_string(unsigned long e);
338void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u), 336void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
339 void *u); 337 void *u);
340#ifndef OPENSSL_NO_FP_API
341void ERR_print_errors_fp(FILE *fp); 338void ERR_print_errors_fp(FILE *fp);
342#endif
343#ifndef OPENSSL_NO_BIO 339#ifndef OPENSSL_NO_BIO
344void ERR_print_errors(BIO *bp); 340void ERR_print_errors(BIO *bp);
345#endif 341#endif