summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn/bn_print.c')
-rw-r--r--src/lib/libcrypto/bn/bn_print.c2
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
332int 331int
333BN_print_fp(FILE *fp, const BIGNUM *a) 332BN_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
347int 345int
348BN_print(BIO *bp, const BIGNUM *a) 346BN_print(BIO *bp, const BIGNUM *a)