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/s3_clnt.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/s3_clnt.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/lib/libssl/s3_clnt.c b/src/lib/libssl/s3_clnt.c index 260154a097..8e7c19f2f0 100644 --- a/src/lib/libssl/s3_clnt.c +++ b/src/lib/libssl/s3_clnt.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: s3_clnt.c,v 1.100 2014/12/14 14:34:43 jsing Exp $ */ | 1 | /* $OpenBSD: s3_clnt.c,v 1.101 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 | * | 
| @@ -1196,7 +1196,7 @@ ssl3_get_key_exchange(SSL *s) | |||
| 1196 | } else { | 1196 | } else { | 
| 1197 | s->session->sess_cert = ssl_sess_cert_new(); | 1197 | s->session->sess_cert = ssl_sess_cert_new(); | 
| 1198 | if (s->session->sess_cert == NULL) | 1198 | if (s->session->sess_cert == NULL) | 
| 1199 | goto err; | 1199 | goto err; | 
| 1200 | } | 1200 | } | 
| 1201 | 1201 | ||
| 1202 | param_len = 0; | 1202 | param_len = 0; | 
