diff options
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) |