summaryrefslogtreecommitdiffstats
path: root/util/ssleay.num
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-05-08 22:46:51 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-05-08 22:46:51 +0000
commita5ab0532caf9a11f20eeb49b78ddc8e90f64a418 (patch)
tree342738b8653ea2833844035a0a6956e335a044a8 /util/ssleay.num
parente40b7abeed32f51f57e4578254aa1559762a8ea2 (diff)
Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for a
Win32 version of rename() ). There isn't a precise rename() equivalent under Win95: the standard rename() complains if the destination already exists so replaced with a combination of unlink() and MoveFile().
Diffstat (limited to 'util/ssleay.num')
-rwxr-xr-xutil/ssleay.num10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/ssleay.num b/util/ssleay.num
index 499155054a..12ac4f1483 100755
--- a/util/ssleay.num
+++ b/util/ssleay.num
@@ -201,3 +201,13 @@ sk_SSL_COMP_set_cmp_func 218
sk_SSL_COMP_dup 219
sk_SSL_COMP_pop_free 220
sk_SSL_COMP_shift 221
+SSL_CTX_use_certificate_chain_file 222
+sk_SSL_COMP_insert 223
+sk_SSL_CIPHER_insert 224
+SSL_CTX_set_verify_depth 225
+SSL_set_verify_depth 226
+sk_SSL_CIPHER_unshift 227
+SSL_CTX_get_verify_depth 228
+SSL_get_verify_depth 229
+sk_SSL_COMP_unshift 230
+SSL_CTX_set_session_id_context 231