diff options
Diffstat (limited to 'src/lib/libcrypto/bn/bn.h')
-rw-r--r-- | src/lib/libcrypto/bn/bn.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/bn/bn.h b/src/lib/libcrypto/bn/bn.h index ce04c4d217..5d2f13877e 100644 --- a/src/lib/libcrypto/bn/bn.h +++ b/src/lib/libcrypto/bn/bn.h | |||
@@ -127,9 +127,7 @@ | |||
127 | 127 | ||
128 | #include <openssl/opensslconf.h> | 128 | #include <openssl/opensslconf.h> |
129 | 129 | ||
130 | #ifndef OPENSSL_NO_FP_API | ||
131 | #include <stdio.h> /* FILE */ | 130 | #include <stdio.h> /* FILE */ |
132 | #endif | ||
133 | #include <openssl/ossl_typ.h> | 131 | #include <openssl/ossl_typ.h> |
134 | #include <openssl/crypto.h> | 132 | #include <openssl/crypto.h> |
135 | 133 | ||
@@ -442,9 +440,7 @@ int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, | |||
442 | const BIGNUM *m, BN_CTX *ctx); | 440 | const BIGNUM *m, BN_CTX *ctx); |
443 | 441 | ||
444 | int BN_mask_bits(BIGNUM *a, int n); | 442 | int BN_mask_bits(BIGNUM *a, int n); |
445 | #ifndef OPENSSL_NO_FP_API | ||
446 | int BN_print_fp(FILE *fp, const BIGNUM *a); | 443 | int BN_print_fp(FILE *fp, const BIGNUM *a); |
447 | #endif | ||
448 | #ifdef HEADER_BIO_H | 444 | #ifdef HEADER_BIO_H |
449 | int BN_print(BIO *fp, const BIGNUM *a); | 445 | int BN_print(BIO *fp, const BIGNUM *a); |
450 | #else | 446 | #else |