diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-12-14 15:30:51 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-12-14 15:30:51 +0000 |
commit | d6178ba621204bbcf766efebd7d22b1ef067e53b (patch) | |
tree | 80b503211d5a20703fed011170b5b9a23ea32aca /lib/libssl/dtls1.h | |
parent | e82d78488756aa9b4176021657942b98451916e3 (diff) |
Remove trailing whitespace.
Diffstat (limited to 'lib/libssl/dtls1.h')
-rw-r--r-- | lib/libssl/dtls1.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libssl/dtls1.h b/lib/libssl/dtls1.h index d3d7e38464c..40940a494ab 100644 --- a/lib/libssl/dtls1.h +++ b/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; |