diff options
| author | jsing <> | 2014-12-14 15:30:50 +0000 |
|---|---|---|
| committer | jsing <> | 2014-12-14 15:30:50 +0000 |
| commit | 0a332f7b1f3c6198783e4a2fce3186bf5914e5b9 (patch) | |
| tree | c3b2f5726fc242dbe8519cc8f467c46d7159f9a2 /src/lib/libssl/dtls1.h | |
| parent | a611a088079315166705b6b55c3bc42b5fc2d007 (diff) | |
| download | openbsd-0a332f7b1f3c6198783e4a2fce3186bf5914e5b9.tar.gz openbsd-0a332f7b1f3c6198783e4a2fce3186bf5914e5b9.tar.bz2 openbsd-0a332f7b1f3c6198783e4a2fce3186bf5914e5b9.zip | |
Remove trailing whitespace.
Diffstat (limited to 'src/lib/libssl/dtls1.h')
| -rw-r--r-- | src/lib/libssl/dtls1.h | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ | |||
| 1 | /* $OpenBSD: dtls1.h,v 1.15 2014/11/16 14:12:47 jsing Exp $ */ | 1 | /* $OpenBSD: dtls1.h,v 1.16 2014/12/14 15:30:50 jsing Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
| 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
| 5 | */ | 5 | */ |
| 6 | /* ==================================================================== | 6 | /* ==================================================================== |
| 7 | * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. | 7 | * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. |
| @@ -11,7 +11,7 @@ | |||
| 11 | * are met: | 11 | * are met: |
| 12 | * | 12 | * |
| 13 | * 1. Redistributions of source code must retain the above copyright | 13 | * 1. Redistributions of source code must retain the above copyright |
| 14 | * notice, this list of conditions and the following disclaimer. | 14 | * notice, this list of conditions and the following disclaimer. |
| 15 | * | 15 | * |
| 16 | * 2. Redistributions in binary form must reproduce the above copyright | 16 | * 2. Redistributions in binary form must reproduce the above copyright |
| 17 | * notice, this list of conditions and the following disclaimer in | 17 | * notice, this list of conditions and the following disclaimer in |
| @@ -159,10 +159,10 @@ typedef struct dtls1_state_st { | |||
| 159 | unsigned char rcvd_cookie[DTLS1_COOKIE_LENGTH]; | 159 | unsigned char rcvd_cookie[DTLS1_COOKIE_LENGTH]; |
| 160 | unsigned int cookie_len; | 160 | unsigned int cookie_len; |
| 161 | 161 | ||
| 162 | /* | 162 | /* |
| 163 | * The current data and handshake epoch. This is initially | 163 | * The current data and handshake epoch. This is initially |
| 164 | * undefined, and starts at zero once the initial handshake is | 164 | * undefined, and starts at zero once the initial handshake is |
| 165 | * completed | 165 | * completed |
| 166 | */ | 166 | */ |
| 167 | unsigned short r_epoch; | 167 | unsigned short r_epoch; |
| 168 | unsigned short w_epoch; | 168 | unsigned short w_epoch; |
