From: Richard Levitte Date: Fri, 25 Feb 2000 23:33:16 +0000 (+0000) Subject: Small error fix. X-Git-Tag: OpenSSL_0_9_5beta2~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1340db6569c1e0328fd5fb01b2549c41a9b9bcef;p=oweals%2Fopenssl.git Small error fix. --- diff --git a/crypto/threads/mttest.c b/crypto/threads/mttest.c index 40c1cfc6c2..47faef53c4 100644 --- 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);