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/bn/bn_print.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/bn/bn_print.c')
| -rw-r--r-- | src/lib/libcrypto/bn/bn_print.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn_print.c b/src/lib/libcrypto/bn/bn_print.c index c09c64db25..3a0fb25369 100644 --- a/src/lib/libcrypto/bn/bn_print.c +++ b/src/lib/libcrypto/bn/bn_print.c | |||
| @@ -328,7 +328,6 @@ BN_asc2bn(BIGNUM **bn, const char *a) | |||
| 328 | } | 328 | } |
| 329 | 329 | ||
| 330 | #ifndef OPENSSL_NO_BIO | 330 | #ifndef OPENSSL_NO_BIO |
| 331 | #ifndef OPENSSL_NO_FP_API | ||
| 332 | int | 331 | int |
| 333 | BN_print_fp(FILE *fp, const BIGNUM *a) | 332 | BN_print_fp(FILE *fp, const BIGNUM *a) |
| 334 | { | 333 | { |
| @@ -342,7 +341,6 @@ BN_print_fp(FILE *fp, const BIGNUM *a) | |||
| 342 | BIO_free(b); | 341 | BIO_free(b); |
| 343 | return (ret); | 342 | return (ret); |
| 344 | } | 343 | } |
| 345 | #endif | ||
| 346 | 344 | ||
| 347 | int | 345 | int |
| 348 | BN_print(BIO *bp, const BIGNUM *a) | 346 | BN_print(BIO *bp, const BIGNUM *a) |
