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/t1_meth.c | |
| parent | a611a088079315166705b6b55c3bc42b5fc2d007 (diff) | |
| download | openbsd-0a332f7b1f3c6198783e4a2fce3186bf5914e5b9.tar.gz openbsd-0a332f7b1f3c6198783e4a2fce3186bf5914e5b9.tar.bz2 openbsd-0a332f7b1f3c6198783e4a2fce3186bf5914e5b9.zip | |
Remove trailing whitespace.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/t1_meth.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libssl/t1_meth.c b/src/lib/libssl/t1_meth.c index e0cc50e117..71d957fca9 100644 --- a/src/lib/libssl/t1_meth.c +++ b/src/lib/libssl/t1_meth.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: t1_meth.c,v 1.14 2014/11/16 14:12:47 jsing Exp $ */ | 1 | /* $OpenBSD: t1_meth.c,v 1.15 2014/12/14 15:30:50 jsing Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -155,21 +155,21 @@ const SSL_METHOD TLSv1_2_method_data = { | |||
| 155 | }; | 155 | }; |
| 156 | 156 | ||
| 157 | const SSL_METHOD * | 157 | const SSL_METHOD * |
| 158 | TLSv1_method(void) | 158 | TLSv1_method(void) |
| 159 | { | 159 | { |
| 160 | return &TLSv1_method_data; | 160 | return &TLSv1_method_data; |
| 161 | } | 161 | } |
| 162 | 162 | ||
| 163 | const SSL_METHOD * | 163 | const SSL_METHOD * |
| 164 | TLSv1_1_method(void) | 164 | TLSv1_1_method(void) |
| 165 | { | 165 | { |
| 166 | return &TLSv1_1_method_data; | 166 | return &TLSv1_1_method_data; |
| 167 | } | 167 | } |
| 168 | 168 | ||
| 169 | const SSL_METHOD * | 169 | const SSL_METHOD * |
| 170 | TLSv1_2_method(void) | 170 | TLSv1_2_method(void) |
| 171 | { | 171 | { |
| 172 | return &TLSv1_2_method_data; | 172 | return &TLSv1_2_method_data; |
| 173 | } | 173 | } |
| 174 | 174 | ||
| 175 | static const SSL_METHOD * | 175 | static const SSL_METHOD * |
