X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Frsa%2Frsa.h;h=9ba64970b650947746367080d660b47db062c316;hb=a00ae6c46e0d7907a7c9f9e85334e968aa5fd338;hp=b3d2839669ca3318c06d2a119441cfa959db0bfe;hpb=109f1031a8d03a7c0a7c53c82314505ec5b7b207;p=openssl.git diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h index b3d2839669..9ba64970b6 100644 --- a/crypto/rsa/rsa.h +++ b/crypto/rsa/rsa.h @@ -61,9 +61,7 @@ # include -# ifndef OPENSSL_NO_BIO -# include -# endif +# include # include # include # ifdef OPENSSL_USE_DEPRECATED @@ -395,9 +393,7 @@ DECLARE_ASN1_FUNCTIONS(RSA_OAEP_PARAMS) int RSA_print_fp(FILE *fp, const RSA *r, int offset); # endif -# ifndef OPENSSL_NO_BIO int RSA_print(BIO *bp, const RSA *r, int offset); -# endif # ifndef OPENSSL_NO_RC4 int i2d_RSA_NET(const RSA *a, unsigned char **pp,