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/dsa/dsa_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/dsa/dsa_prn.c')
| -rw-r--r-- | src/lib/libcrypto/dsa/dsa_prn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_prn.c b/src/lib/libcrypto/dsa/dsa_prn.c index 6f29f5e240..638f541975 100644 --- a/src/lib/libcrypto/dsa/dsa_prn.c +++ b/src/lib/libcrypto/dsa/dsa_prn.c | |||
| @@ -61,7 +61,6 @@ | |||
| 61 | #include <openssl/evp.h> | 61 | #include <openssl/evp.h> |
| 62 | #include <openssl/dsa.h> | 62 | #include <openssl/dsa.h> |
| 63 | 63 | ||
| 64 | #ifndef OPENSSL_NO_FP_API | ||
| 65 | int DSA_print_fp(FILE *fp, const DSA *x, int off) | 64 | int DSA_print_fp(FILE *fp, const DSA *x, int off) |
| 66 | { | 65 | { |
| 67 | BIO *b; | 66 | BIO *b; |
| @@ -93,7 +92,6 @@ int DSAparams_print_fp(FILE *fp, const DSA *x) | |||
| 93 | BIO_free(b); | 92 | BIO_free(b); |
| 94 | return(ret); | 93 | return(ret); |
| 95 | } | 94 | } |
| 96 | #endif | ||
| 97 | 95 | ||
| 98 | int DSA_print(BIO *bp, const DSA *x, int off) | 96 | int DSA_print(BIO *bp, const DSA *x, int off) |
| 99 | { | 97 | { |
