Patch so the new crl stuff actually compiles this time :-) Also update the
Win32 ordinals.
This commit is contained in:
parent
0ca5f8b15c
commit
ee5425d97d
@ -90,7 +90,7 @@ X509_CRL *x;
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void X509_CRL_print(out, x)
|
int X509_CRL_print(out, x)
|
||||||
BIO *out;
|
BIO *out;
|
||||||
X509_CRL *x;
|
X509_CRL *x;
|
||||||
{
|
{
|
||||||
@ -153,6 +153,7 @@ X509_CRL *x;
|
|||||||
}
|
}
|
||||||
BIO_write(out,"\n",1);
|
BIO_write(out,"\n",1);
|
||||||
|
|
||||||
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1197,3 +1197,17 @@ X509V3_EXT_check_conf 1222
|
|||||||
hex_to_string 1223
|
hex_to_string 1223
|
||||||
string_to_hex 1224
|
string_to_hex 1224
|
||||||
des_ede3_cbcm_encrypt 1225
|
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
|
||||||
|
@ -157,3 +157,10 @@ BIO_new_ssl_connect 174
|
|||||||
SSL_get_ex_data_X509_STORE_CTX_idx 175
|
SSL_get_ex_data_X509_STORE_CTX_idx 175
|
||||||
SSL_CTX_set_tmp_dh_callback 176
|
SSL_CTX_set_tmp_dh_callback 176
|
||||||
SSL_CTX_set_tmp_rsa_callback 177
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user