mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
fix invalid use of incomplete type X509_STORE_CTX
CLA: trivial Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
455cba54f8
commit
ba6017a193
@ -224,7 +224,7 @@ L<SSL_get_ex_data_X509_STORE_CTX_idx(3)>).
|
||||
*/
|
||||
if (!preverify_ok && (err == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT))
|
||||
{
|
||||
X509_NAME_oneline(X509_get_issuer_name(ctx->current_cert), buf, 256);
|
||||
X509_NAME_oneline(X509_get_issuer_name(err_cert), buf, 256);
|
||||
printf("issuer= %s\n", buf);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user