diff options
author | 2014-12-14 15:30:50 +0000 | |
---|---|---|
committer | 2014-12-14 15:30:50 +0000 | |
commit | 265bd06d0247dbe1cba638c444f1775a9bf8c407 (patch) | |
tree | 7dc7ad8881da5fa1408bc8be79bbb86c2fddc48f /lib/libssl/t1_meth.c | |
parent | these are no longer used, remove (diff) | |
download | wireguard-openbsd-265bd06d0247dbe1cba638c444f1775a9bf8c407.tar.xz wireguard-openbsd-265bd06d0247dbe1cba638c444f1775a9bf8c407.zip |
Remove trailing whitespace.
Diffstat (limited to 'lib/libssl/t1_meth.c')
-rw-r--r-- | lib/libssl/t1_meth.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libssl/t1_meth.c b/lib/libssl/t1_meth.c index e0cc50e1172..71d957fca99 100644 --- a/lib/libssl/t1_meth.c +++ b/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 * |