From ee5425d97de08d2149426c01b9a60cabca18fa12 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 19 Feb 1999 02:26:21 +0000 Subject: [PATCH] Patch so the new crl stuff actually compiles this time :-) Also update the Win32 ordinals. --- crypto/asn1/t_crl.c | 3 ++- util/libeay.num | 14 ++++++++++++++ util/ssleay.num | 7 +++++++ 3 files changed, 23 insertions(+), 1 deletion(-) 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 -- 2.34.1