diff options
| author | beck <> | 2014-05-29 20:21:23 +0000 |
|---|---|---|
| committer | beck <> | 2014-05-29 20:21:23 +0000 |
| commit | f60b3b3365842d8869513a7e36981671cd726939 (patch) | |
| tree | 0085ebdac711a18932d8d8d531d36f82fce2c8bc /src/lib/libcrypto/ec/eck_prn.c | |
| parent | dc6328fe23d92fbfdbeb94ca011ea0d7a563935f (diff) | |
| download | openbsd-f60b3b3365842d8869513a7e36981671cd726939.tar.gz openbsd-f60b3b3365842d8869513a7e36981671cd726939.tar.bz2 openbsd-f60b3b3365842d8869513a7e36981671cd726939.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/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) |
