summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-19 02:26:21 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-19 02:26:21 +0000
commitee5425d97de08d2149426c01b9a60cabca18fa12 (patch)
tree749e25db8ef14a54bbad2c07e86917817dd08893
parent0ca5f8b15c927d56004d3b53744ab68e6ec1b79b (diff)
Patch so the new crl stuff actually compiles this time :-) Also update the
Win32 ordinals.
-rw-r--r--crypto/asn1/t_crl.c3
-rwxr-xr-xutil/libeay.num14
-rwxr-xr-xutil/ssleay.num7
3 files changed, 23 insertions, 1 deletions
diff --git a/crypto/asn1/t_crl.c b/crypto/asn1/t_crl.c
index 5eafa18e47..d36b0c23af 100644
--- a/crypto/asn1/t_crl.c
+++ b/crypto/asn1/t_crl.c
@@ -90,7 +90,7 @@ X509_CRL *x;
}
#endif
-void X509_CRL_print(out, x)
+int X509_CRL_print(out, x)
BIO *out;
X509_CRL *x;
{
@@ -153,6 +153,7 @@ X509_CRL *x;
}
BIO_write(out,"\n",1);
+ return 1;
}
diff --git a/util/libeay.num b/util/libeay.num
index 1390b05acc..ee5da522ae 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -1197,3 +1197,17 @@ X509V3_EXT_check_conf 1222
hex_to_string 1223
string_to_hex 1224
des_ede3_cbcm_encrypt 1225
+RSA_padding_add_PKCS1_OAEP 1226
+RSA_padding_check_PKCS1_OAEP 1227
+X509_CRL_print_fp 1228
+X509_CRL_print 1229
+i2v_GENERAL_NAME 1230
+v2i_GENERAL_NAME 1231
+i2d_PKEY_USAGE_PERIOD 1232
+d2i_PKEY_USAGE_PERIOD 1233
+PKEY_USAGE_PERIOD_new 1234
+PKEY_USAGE_PERIOD_free 1235
+v2i_GENERAL_NAMES 1236
+i2s_ASN1_INTEGER 1237
+X509V3_EXT_get_d2i 1238
+name_cmp 1239
diff --git a/util/ssleay.num b/util/ssleay.num
index 9f823ab7d6..c158b957ed 100755
--- a/util/ssleay.num
+++ b/util/ssleay.num
@@ -157,3 +157,10 @@ BIO_new_ssl_connect 174
SSL_get_ex_data_X509_STORE_CTX_idx 175
SSL_CTX_set_tmp_dh_callback 176
SSL_CTX_set_tmp_rsa_callback 177
+SSL_CTX_set_timeout 178
+SSL_CTX_get_timeout 179
+SSL_CTX_get_cert_store 180
+SSL_CTX_set_cert_store 181
+SSL_want 182
+SSL_library_init 183
+SSL_COMP_add_compression_method 184