summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_txt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_txt.c')
-rw-r--r--ssl/ssl_txt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_txt.c b/ssl/ssl_txt.c
index 7e27857bcf..c07d957576 100644
--- a/ssl/ssl_txt.c
+++ b/ssl/ssl_txt.c
@@ -164,7 +164,7 @@ int SSL_SESSION_print(BIO *bp, SSL_SESSION *x)
}
if (BIO_puts(bp,"\n") <= 0) goto err;
- if (BIO_puts(bp, " Verify return code ") <= 0) goto err;
+ if (BIO_puts(bp, " Verify return code: ") <= 0) goto err;
sprintf(str, "%ld (%s)\n", x->verify_result,
X509_verify_cert_error_string(x->verify_result));
if (BIO_puts(bp,str) <= 0) goto err;