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/t1_meth.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/libssl/t1_meth.c') diff --git a/src/lib/libssl/t1_meth.c b/src/lib/libssl/t1_meth.c index e0cc50e117..71d957fca9 100644 --- a/src/lib/libssl/t1_meth.c +++ b/src/lib/libssl/t1_meth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_meth.c,v 1.14 2014/11/16 14:12:47 jsing Exp $ */ +/* $OpenBSD: t1_meth.c,v 1.15 2014/12/14 15:30:50 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -155,21 +155,21 @@ const SSL_METHOD TLSv1_2_method_data = { }; const SSL_METHOD * -TLSv1_method(void) +TLSv1_method(void) { - return &TLSv1_method_data; + return &TLSv1_method_data; } const SSL_METHOD * -TLSv1_1_method(void) +TLSv1_1_method(void) { - return &TLSv1_1_method_data; + return &TLSv1_1_method_data; } const SSL_METHOD * -TLSv1_2_method(void) +TLSv1_2_method(void) { - return &TLSv1_2_method_data; + return &TLSv1_2_method_data; } static const SSL_METHOD * -- cgit v1.2.3-55-g6feb