aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-29 22:22:42 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-29 22:22:42 +0000
commitce8b25741380eb08ca25ad06c2e83370067734ce (patch)
tree9affa5bfe11f842b6527e547e392164d61ab71e7 /util
parente3718280673211d334244377ec898a208dd9a3aa (diff)
downloadopenssl-ce8b25741380eb08ca25ad06c2e83370067734ce.zip
openssl-ce8b25741380eb08ca25ad06c2e83370067734ce.tar.gz
openssl-ce8b25741380eb08ca25ad06c2e83370067734ce.tar.bz2
New functions to allow RSA_METHODs to be changed without poking round in
RSA structure internals.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 4c49be6..f9ea4e8 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -1818,3 +1818,6 @@ sk_ASN1_OBJECT_insert 1842
sk_ASN1_OBJECT_push 1843
d2i_ASN1_SET_OF_ASN1_OBJECT 1844
PKCS7_signatureVerify 1845
+RSA_set_method 1846
+RSA_get_method 1847
+RSA_get_default_method 1848