summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa.h')
-rw-r--r--src/lib/libcrypto/rsa/rsa.h2
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
334DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS) 334DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
335 335
336#ifndef OPENSSL_NO_FP_API
337int RSA_print_fp(FILE *fp, const RSA *r,int offset); 336int RSA_print_fp(FILE *fp, const RSA *r,int offset);
338#endif
339 337
340#ifndef OPENSSL_NO_BIO 338#ifndef OPENSSL_NO_BIO
341int RSA_print(BIO *bp, const RSA *r,int offset); 339int RSA_print(BIO *bp, const RSA *r,int offset);