summaryrefslogtreecommitdiffstats
path: root/ms/libeay16.def
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-08 11:41:26 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-08 11:41:26 +0000
commitc0e538e1170b5c4f2a80b6fa02051f728fde4f70 (patch)
tree9250a3a66ae99f459b7dcd30ea7d93aec0b35467 /ms/libeay16.def
parent84107e6ca812b1325907596b6a5bfa9080a16a92 (diff)
Fix Win32 symbol export lists for BIO functions: Added BIO_get_ex_new_index,
BIO_get_ex_num, BIO_get_ex_data and BIO_set_ex_data to ms/libeay{16,32}.def. I'm not a Win32 hacker, but I think I've done it correctly. Steve or Ben: can you confirm that it's correct? I don't want to break any Win32 stuff.
Diffstat (limited to 'ms/libeay16.def')
-rw-r--r--ms/libeay16.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/libeay16.def b/ms/libeay16.def
index 42366248f3..407ba47ee2 100644
--- a/ms/libeay16.def
+++ b/ms/libeay16.def
@@ -90,6 +90,9 @@ EXPORTS
_BIO_free @66
_BIO_free_all @67
_BIO_get_accept_socket @69
+ _BIO_get_ex_data @1157
+ _BIO_get_ex_new_index @1158
+ _BIO_get_ex_num @1159
_BIO_get_host_ip @71
_BIO_get_port @72
_BIO_get_retry_BIO @73
@@ -116,6 +119,7 @@ EXPORTS
_BIO_s_null @96
_BIO_s_socket @98
_BIO_set @100
+ _BIO_set_ex_data @1160
_BIO_set_cipher @101
_BIO_set_tcp_ndelay @102
_BIO_sock_cleanup @103