aboutsummaryrefslogtreecommitdiffstats
path: root/util/libeay.num
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-09-01 20:02:13 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-09-01 20:02:13 +0000
commit79aa04ef27f69a1149d4d0e72d2d2953b6241ef0 (patch)
tree28eb317ea6bcd7f391cffe2fe694e92224ce1ff8 /util/libeay.num
parent3a0799977bcb154d044828e96a25a01eb478de51 (diff)
downloadopenssl-79aa04ef27f69a1149d4d0e72d2d2953b6241ef0.tar.gz
Make the necessary changes to work with the recent "ex_data" overhaul.
See the commit log message for that for more information. NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented (initialisation by "memset" won't/can't/doesn't work). This fixes that but requires that X509_STORE_CTX_init() be able to handle errors - so its prototype has been changed to return 'int' rather than 'void'. All uses of that function throughout the source code have been tracked down and adjusted.
Diffstat (limited to 'util/libeay.num')
-rwxr-xr-xutil/libeay.num4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index ee9d30923d..3e274c9acc 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -2653,3 +2653,7 @@ ENGINE_cipher_num 3101 EXIST::FUNCTION:
DH_up 3102 EXIST::FUNCTION:DH
RSA_up 3103 EXIST::FUNCTION:RSA
EVP_DigestInit_dbg 3104 EXIST::FUNCTION:
+CRYPTO_cleanup_all_ex_data 3105 EXIST::FUNCTION:
+CRYPTO_set_ex_data_implementation 3106 EXIST::FUNCTION:
+CRYPTO_ex_data_new_class 3107 EXIST::FUNCTION:
+CRYPTO_get_ex_data_implementation 3108 EXIST::FUNCTION: