Fix from stable branch.
This commit is contained in:
parent
c596c795bf
commit
f795123c4a
1 changed files with 1 additions and 1 deletions
|
@ -1987,7 +1987,7 @@ static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
|
||||||
fprintf(stderr, "In app_verify_callback, allowing cert. ");
|
fprintf(stderr, "In app_verify_callback, allowing cert. ");
|
||||||
fprintf(stderr, "Arg is: %s\n", cb_arg->string);
|
fprintf(stderr, "Arg is: %s\n", cb_arg->string);
|
||||||
fprintf(stderr, "Finished printing do we have a context? 0x%p a cert? 0x%p\n",
|
fprintf(stderr, "Finished printing do we have a context? 0x%p a cert? 0x%p\n",
|
||||||
ctx, ctx->cert);
|
(void *)ctx, (void *)ctx->cert);
|
||||||
if (ctx->cert)
|
if (ctx->cert)
|
||||||
s=X509_NAME_oneline(X509_get_subject_name(ctx->cert),buf,256);
|
s=X509_NAME_oneline(X509_get_subject_name(ctx->cert),buf,256);
|
||||||
if (s != NULL)
|
if (s != NULL)
|
||||||
|
|
Loading…
Reference in a new issue