Small error fix.
This commit is contained in:
parent
9da65c3280
commit
1340db6569
@ -660,9 +660,10 @@ int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
|
|||||||
|
|
||||||
if (verbose)
|
if (verbose)
|
||||||
{
|
{
|
||||||
|
s=X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),
|
||||||
|
buf,256);
|
||||||
if (s != NULL)
|
if (s != NULL)
|
||||||
{
|
{
|
||||||
s=X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),buf,256);
|
|
||||||
if (ok)
|
if (ok)
|
||||||
fprintf(stderr,"depth=%d %s\n",
|
fprintf(stderr,"depth=%d %s\n",
|
||||||
ctx->error_depth,buf);
|
ctx->error_depth,buf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user