Commit ee5425d9 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Patch so the new crl stuff actually compiles this time :-) Also update the

Win32 ordinals.
parent 0ca5f8b1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;

}

+14 −0
Original line number Diff line number Diff line
@@ -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
+7 −0
Original line number Diff line number Diff line
@@ -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