summaryrefslogtreecommitdiffstats
path: root/util/ssleay.num
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-11-30 13:04:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-11-30 13:04:43 +0000
commit34a8c7ec874d58f7bf3916d3055fd9ab237d16f2 (patch)
treedcbf888d713b5d37bc831b1eb3f10d63da4bb0e9 /util/ssleay.num
parentd4a62400056e4ce1e3a010802fcf10dd8003c8e3 (diff)
Win32 fixes.
Use OPENSSL_NO_RFC3779 instead of OPENSSL_RFC3779: this makes the Win32 scripts work and is consistent with other options. Fix Win32 scripts and Configure to process OPENSSL_NO_RFC3779 properly. Update ordinals. Change some prototypes for LSB because VC++ 6 doesn't like the */ sequence and thinks it is an invalid end of comment.
Diffstat (limited to 'util/ssleay.num')
-rwxr-xr-xutil/ssleay.num12
1 files changed, 12 insertions, 0 deletions
diff --git a/util/ssleay.num b/util/ssleay.num
index e285a0f96f..b424aecc52 100755
--- a/util/ssleay.num
+++ b/util/ssleay.num
@@ -226,3 +226,15 @@ DTLSv1_server_method 275 EXIST::FUNCTION:
SSL_COMP_get_compression_methods 276 EXIST:!VMS:FUNCTION:COMP
SSL_COMP_get_compress_methods 276 EXIST:VMS:FUNCTION:COMP
SSL_SESSION_get_id 277 EXIST::FUNCTION:
+SSL_CTX_sess_set_new_cb 278 EXIST::FUNCTION:
+SSL_CTX_sess_get_get_cb 279 EXIST::FUNCTION:
+SSL_CTX_sess_set_get_cb 280 EXIST::FUNCTION:
+SSL_CTX_set_cookie_verify_cb 281 EXIST::FUNCTION:
+SSL_CTX_get_info_callback 282 EXIST::FUNCTION:
+SSL_CTX_set_cookie_generate_cb 283 EXIST::FUNCTION:
+SSL_CTX_set_client_cert_cb 284 EXIST::FUNCTION:
+SSL_CTX_sess_set_remove_cb 285 EXIST::FUNCTION:
+SSL_CTX_set_info_callback 286 EXIST::FUNCTION:
+SSL_CTX_sess_get_new_cb 287 EXIST::FUNCTION:
+SSL_CTX_get_client_cert_cb 288 EXIST::FUNCTION:
+SSL_CTX_sess_get_remove_cb 289 EXIST::FUNCTION: