diff options
author | beck <> | 2000-04-15 06:18:51 +0000 |
---|---|---|
committer | beck <> | 2000-04-15 06:18:51 +0000 |
commit | b608c7f2b175e121f2c22d53341a317153afdc8e (patch) | |
tree | e94b160b3fcd8180df79e4251d68d24d665f0195 /src/lib/libssl/ssl_txt.c | |
parent | c8d6701c396cebdcd0d45eac73b762e9498f6b01 (diff) | |
download | openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.tar.gz openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.tar.bz2 openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.zip |
OpenSSL 0.9.5a merge
Diffstat (limited to 'src/lib/libssl/ssl_txt.c')
-rw-r--r-- | src/lib/libssl/ssl_txt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_txt.c b/src/lib/libssl/ssl_txt.c index 7e27857bcf..c07d957576 100644 --- a/src/lib/libssl/ssl_txt.c +++ b/src/lib/libssl/ssl_txt.c | |||
@@ -164,7 +164,7 @@ int SSL_SESSION_print(BIO *bp, SSL_SESSION *x) | |||
164 | } | 164 | } |
165 | if (BIO_puts(bp,"\n") <= 0) goto err; | 165 | if (BIO_puts(bp,"\n") <= 0) goto err; |
166 | 166 | ||
167 | if (BIO_puts(bp, " Verify return code ") <= 0) goto err; | 167 | if (BIO_puts(bp, " Verify return code: ") <= 0) goto err; |
168 | sprintf(str, "%ld (%s)\n", x->verify_result, | 168 | sprintf(str, "%ld (%s)\n", x->verify_result, |
169 | X509_verify_cert_error_string(x->verify_result)); | 169 | X509_verify_cert_error_string(x->verify_result)); |
170 | if (BIO_puts(bp,str) <= 0) goto err; | 170 | if (BIO_puts(bp,str) <= 0) goto err; |