diff options
author | beck <> | 2014-05-29 20:21:23 +0000 |
---|---|---|
committer | beck <> | 2014-05-29 20:21:23 +0000 |
commit | d205a2aecb99564cccfbea61c39ebe3b0ddd7fb7 (patch) | |
tree | 0085ebdac711a18932d8d8d531d36f82fce2c8bc /src/lib/libcrypto/err/err.h | |
parent | 6f22007e67d4c2d77b9caea83bc05974d11dbb0d (diff) | |
download | openbsd-d205a2aecb99564cccfbea61c39ebe3b0ddd7fb7.tar.gz openbsd-d205a2aecb99564cccfbea61c39ebe3b0ddd7fb7.tar.bz2 openbsd-d205a2aecb99564cccfbea61c39ebe3b0ddd7fb7.zip |
Everything sane has stdio, and FILE *. we don't need ifdefs for this.
ok to firebomb from tedu@
Diffstat (limited to 'src/lib/libcrypto/err/err.h')
-rw-r--r-- | src/lib/libcrypto/err/err.h | 4 |
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); | |||
337 | const char *ERR_reason_error_string(unsigned long e); | 335 | const char *ERR_reason_error_string(unsigned long e); |
338 | void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u), | 336 | void 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 | ||
341 | void ERR_print_errors_fp(FILE *fp); | 338 | void ERR_print_errors_fp(FILE *fp); |
342 | #endif | ||
343 | #ifndef OPENSSL_NO_BIO | 339 | #ifndef OPENSSL_NO_BIO |
344 | void ERR_print_errors(BIO *bp); | 340 | void ERR_print_errors(BIO *bp); |
345 | #endif | 341 | #endif |