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/dtls1.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib/libssl/dtls1.h') diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h index d3d7e38464..40940a494a 100644 --- a/src/lib/libssl/dtls1.h +++ b/src/lib/libssl/dtls1.h @@ -1,7 +1,7 @@ -/* $OpenBSD: dtls1.h,v 1.15 2014/11/16 14:12:47 jsing Exp $ */ -/* +/* $OpenBSD: dtls1.h,v 1.16 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 @@ -159,10 +159,10 @@ typedef struct dtls1_state_st { unsigned char rcvd_cookie[DTLS1_COOKIE_LENGTH]; unsigned int cookie_len; - /* + /* * The current data and handshake epoch. This is initially * undefined, and starts at zero once the initial handshake is - * completed + * completed */ unsigned short r_epoch; unsigned short w_epoch; -- cgit v1.2.3-55-g6feb