projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da65c3
)
Small error fix.
author
Richard Levitte
<levitte@openssl.org>
Fri, 25 Feb 2000 23:33:16 +0000
(23:33 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 25 Feb 2000 23:33:16 +0000
(23:33 +0000)
crypto/threads/mttest.c
patch
|
blob
|
history
diff --git
a/crypto/threads/mttest.c
b/crypto/threads/mttest.c
index 40c1cfc6c2b28c9f355842493d6ea57e195394ec..47faef53c4641313efe16038e1f7b3a04ea8a11a 100644
(file)
--- a/
crypto/threads/mttest.c
+++ b/
crypto/threads/mttest.c
@@
-660,9
+660,10
@@
int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
if (verbose)
{
+ s=X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),
+ buf,256);
if (s != NULL)
{
- s=X509_NAME_oneline(X509_get_subject_name(ctx->current_cert),buf,256);
if (ok)
fprintf(stderr,"depth=%d %s\n",
ctx->error_depth,buf);