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/d1_lib.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/d1_lib.c')
-rw-r--r-- | lib/libssl/d1_lib.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c index 9170e8867a9..26f5901cc49 100644 --- a/lib/libssl/d1_lib.c +++ b/lib/libssl/d1_lib.c @@ -1,7 +1,7 @@ -/* $OpenBSD: d1_lib.c,v 1.25 2014/11/16 14:12:47 jsing Exp $ */ -/* +/* $OpenBSD: d1_lib.c,v 1.26 2014/12/14 15:30:50 jsing Exp $ */ +/* * DTLS implementation written by Nagendra Modadugu - * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. @@ -11,7 +11,7 @@ * are met: * * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in |