diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_txt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_txt.c b/src/lib/libssl/ssl_txt.c index 508db476d8..c3626dc03a 100644 --- a/src/lib/libssl/ssl_txt.c +++ b/src/lib/libssl/ssl_txt.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_txt.c,v 1.25 2014/11/16 14:12:47 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_txt.c,v 1.26 2014/12/14 15:30:50 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -114,7 +114,7 @@ SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) | |||
| 114 | goto err; | 114 | goto err; |
| 115 | if (BIO_puts(bp, "SSL-Session:\n") <= 0) | 115 | if (BIO_puts(bp, "SSL-Session:\n") <= 0) |
| 116 | goto err; | 116 | goto err; |
| 117 | 117 | ||
| 118 | s = ssl_version_string(x->ssl_version); | 118 | s = ssl_version_string(x->ssl_version); |
| 119 | if (BIO_printf(bp, " Protocol : %s\n", s) <= 0) | 119 | if (BIO_printf(bp, " Protocol : %s\n", s) <= 0) |
| 120 | goto err; | 120 | goto err; |
