summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn/bn_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/bn/bn_print.c')
-rw-r--r--lib/libcrypto/bn/bn_print.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/bn/bn_print.c b/lib/libcrypto/bn/bn_print.c
index c09c64db25d..3a0fb253691 100644
--- a/lib/libcrypto/bn/bn_print.c
+++ b/lib/libcrypto/bn/bn_print.c
@@ -328,7 +328,6 @@ BN_asc2bn(BIGNUM **bn, const char *a)
}
#ifndef OPENSSL_NO_BIO
-#ifndef OPENSSL_NO_FP_API
int
BN_print_fp(FILE *fp, const BIGNUM *a)
{
@@ -342,7 +341,6 @@ BN_print_fp(FILE *fp, const BIGNUM *a)
BIO_free(b);
return (ret);
}
-#endif
int
BN_print(BIO *bp, const BIGNUM *a)