diff options
author | beck <> | 2014-05-29 20:21:23 +0000 |
---|---|---|
committer | beck <> | 2014-05-29 20:21:23 +0000 |
commit | d205a2aecb99564cccfbea61c39ebe3b0ddd7fb7 (patch) | |
tree | 0085ebdac711a18932d8d8d531d36f82fce2c8bc /src/lib/libcrypto/rsa/rsa.h | |
parent | 6f22007e67d4c2d77b9caea83bc05974d11dbb0d (diff) | |
download | openbsd-d205a2aecb99564cccfbea61c39ebe3b0ddd7fb7.tar.gz openbsd-d205a2aecb99564cccfbea61c39ebe3b0ddd7fb7.tar.bz2 openbsd-d205a2aecb99564cccfbea61c39ebe3b0ddd7fb7.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/rsa/rsa.h')
-rw-r--r-- | src/lib/libcrypto/rsa/rsa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rsa/rsa.h b/src/lib/libcrypto/rsa/rsa.h index 5f269e577a..2b78d58bb6 100644 --- a/src/lib/libcrypto/rsa/rsa.h +++ b/src/lib/libcrypto/rsa/rsa.h | |||
@@ -333,9 +333,7 @@ typedef struct rsa_pss_params_st | |||
333 | 333 | ||
334 | DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS) | 334 | DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS) |
335 | 335 | ||
336 | #ifndef OPENSSL_NO_FP_API | ||
337 | int RSA_print_fp(FILE *fp, const RSA *r,int offset); | 336 | int RSA_print_fp(FILE *fp, const RSA *r,int offset); |
338 | #endif | ||
339 | 337 | ||
340 | #ifndef OPENSSL_NO_BIO | 338 | #ifndef OPENSSL_NO_BIO |
341 | int RSA_print(BIO *bp, const RSA *r,int offset); | 339 | int RSA_print(BIO *bp, const RSA *r,int offset); |