aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-06-24 09:49:51 -0400
committerRich Salz <rsalz@openssl.org>2016-06-27 07:39:53 -0400
commit6f4a6a5cd472d56937a8e9d6665e7c9cc6b1b2e2 (patch)
treebc73e9488b56f0e7eb54289e4f2ee8dab07c521a /include
parent56add338b12246fd8670ce3da719a39767a25182 (diff)
downloadopenssl-6f4a6a5cd472d56937a8e9d6665e7c9cc6b1b2e2.tar.gz
RT4586: Remove RSA_memory_lock; unused, not needed
Reviewed-by: Ben Laurie <ben@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/rsa.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/openssl/rsa.h b/include/openssl/rsa.h
index 70d3755124..cd173856c4 100644
--- a/include/openssl/rsa.h
+++ b/include/openssl/rsa.h
@@ -226,9 +226,6 @@ const RSA_METHOD *RSA_get_default_method(void);
const RSA_METHOD *RSA_get_method(const RSA *rsa);
int RSA_set_method(RSA *rsa, const RSA_METHOD *meth);
-/* This function needs the memory locking malloc callbacks to be installed */
-int RSA_memory_lock(RSA *r);
-
/* these are the actual RSA functions */
const RSA_METHOD *RSA_PKCS1_OpenSSL(void);
@@ -477,7 +474,6 @@ void ERR_load_RSA_strings(void);
# define RSA_F_RSA_CHECK_KEY_EX 160
# define RSA_F_RSA_CMS_DECRYPT 159
# define RSA_F_RSA_ITEM_VERIFY 148
-# define RSA_F_RSA_MEMORY_LOCK 130
# define RSA_F_RSA_METH_DUP 161
# define RSA_F_RSA_METH_NEW 162
# define RSA_F_RSA_METH_SET1_NAME 163