summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-11-01 19:55:56 -0500
committerRich Salz <rsalz@openssl.org>2015-11-17 17:14:28 -0500
commitbf1605518a085256320ff4a36054445f842d5c1c (patch)
tree7699562678ecc9fa7f71fd17f86946574b48cc37 /include
parenta22c01244beec045662e0e0e048783dc70a7b8d1 (diff)
Rename RSA_eay_xxx to rsa_ossl_xxx
Final part of flushing out SSLEay API's. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/rsa.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/openssl/rsa.h b/include/openssl/rsa.h
index 1b3027daf2..2498ff57f5 100644
--- a/include/openssl/rsa.h
+++ b/include/openssl/rsa.h
@@ -535,10 +535,10 @@ void ERR_load_RSA_strings(void);
# define RSA_F_RSA_CHECK_KEY 123
# define RSA_F_RSA_CHECK_KEY_EX 160
# define RSA_F_RSA_CMS_DECRYPT 159
-# define RSA_F_RSA_EAY_PRIVATE_DECRYPT 101
-# define RSA_F_RSA_EAY_PRIVATE_ENCRYPT 102
-# define RSA_F_RSA_EAY_PUBLIC_DECRYPT 103
-# define RSA_F_RSA_EAY_PUBLIC_ENCRYPT 104
+# define RSA_F_RSA_OSSL_PRIVATE_DECRYPT 101
+# define RSA_F_RSA_OSSL_PRIVATE_ENCRYPT 102
+# define RSA_F_RSA_OSSL_PUBLIC_DECRYPT 103
+# define RSA_F_RSA_OSSL_PUBLIC_ENCRYPT 104
# define RSA_F_RSA_GENERATE_KEY 105
# define RSA_F_RSA_ITEM_VERIFY 148
# define RSA_F_RSA_MEMORY_LOCK 130