But then this patch:
--- util\ssleay.num.orig Wed Apr 12 20:11:22 2006
+++ util\ssleay.num Wed Apr 12 18:25:52 2006
@@ -231,3 +231,5 @@
SSL_get_psk_identity_hint 280 EXIST::FUNCTION:
SSL_get_psk_identity 281 EXIST::FUNCTION:
SSL_use_psk_identity_hint 282 EXIST::FUNCTION:
+SSL_get_servername 283 EXIST::FUNCTION:
+SSL_get_servername_type 284 EXIST::FUNCTION:
didn't result in the 2 function to be added to the generated ssleay.def file.
Something I'll look into.
After reading INSTALL.W32 more thoroughly, I ran these commands:
perl util\mkdef.pl ssl update
diff util\ssleay.num.orig util\ssleay.num
--- util\ssleay.num.orig Wed Apr 12 20:11:22 2006
+++ util\ssleay.num Wed Apr 12 20:15:37 2006
@@ -231,3 +231,5 @@
SSL_get_psk_identity_hint 280 EXIST::FUNCTION:
SSL_get_psk_identity 281 EXIST::FUNCTION:
SSL_use_psk_identity_hint 282 EXIST::FUNCTION:
+SSL_get_servername 283 NOEXIST::FUNCTION:
+SSL_get_servername_type 284 NOEXIST::FUNCTION:
I cannot see why it should generate "NOEXIST" for those 2 functions.
They are in ssl/ssl_lib.c.
--gv
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]