summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-08 18:41:15 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-08 18:41:15 +0000
commit6e0642407d127b581daea2ca01c960aa8a79d154 (patch)
treeaf2abca2e86c920cbbc930cf66b7c03af23fc758 /util
parent86fd166eeb26ea1eabe9dd03d40f247d5d7edb13 (diff)
Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefs
around so more options appear in e_os.h
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num1
-rwxr-xr-xutil/mkdef.pl2
-rwxr-xr-xutil/ssleay.num3
3 files changed, 4 insertions, 2 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 808ba3e28a..aa235405c0 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -1218,3 +1218,4 @@ BIO_s_log 1243
BIO_f_reliable 1244
PKCS7_dataFinal 1245
PKCS7_dataDecode 1246
+X509V3_EXT_CRL_add_conf 1247
diff --git a/util/mkdef.pl b/util/mkdef.pl
index eec80df99e..77b4763015 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -235,7 +235,7 @@ sub do_line
{ return(undef); }
elsif ($W32 && /BIO_new_fp_internal/)
{ return(undef); }
- elsif (/SSL_add_cert_dir_to_stack/)
+ elsif (/SSL_add_dir_cert_subjects_to_stack/)
{ return(undef); }
elsif (!$NT && /BIO_s_log/)
{ return(undef); }
diff --git a/util/ssleay.num b/util/ssleay.num
index 2396e070e3..e45ca28979 100755
--- a/util/ssleay.num
+++ b/util/ssleay.num
@@ -164,6 +164,7 @@ SSL_CTX_set_cert_store 181
SSL_want 182
SSL_library_init 183
SSL_COMP_add_compression_method 184
-SSL_add_cert_file_to_stack 185
+SSL_add_file_cert_subjects_to_stack 185
SSL_set_tmp_rsa_callback 186
SSL_set_tmp_dh_callback 187
+SSL_add_dir_cert_subjects_to_stack 188