From 4756f9cf06b8309fcf4d75e1791149090f6740cd Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 14 Dec 2014 15:30:50 +0000 Subject: Remove trailing whitespace. --- src/lib/libssl/ssl_txt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/ssl_txt.c') 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 @@ -/* $OpenBSD: ssl_txt.c,v 1.25 2014/11/16 14:12:47 jsing Exp $ */ +/* $OpenBSD: ssl_txt.c,v 1.26 2014/12/14 15:30:50 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -114,7 +114,7 @@ SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) goto err; if (BIO_puts(bp, "SSL-Session:\n") <= 0) goto err; - + s = ssl_version_string(x->ssl_version); if (BIO_printf(bp, " Protocol : %s\n", s) <= 0) goto err; -- cgit v1.2.3-55-g6feb