diff options
author | jsing <> | 2014-12-14 15:30:50 +0000 |
---|---|---|
committer | jsing <> | 2014-12-14 15:30:50 +0000 |
commit | 4756f9cf06b8309fcf4d75e1791149090f6740cd (patch) | |
tree | c3b2f5726fc242dbe8519cc8f467c46d7159f9a2 /src/lib/libssl/s3_clnt.c | |
parent | ed32ef15371eb9622d8d20b1e10c0844574467da (diff) | |
download | openbsd-4756f9cf06b8309fcf4d75e1791149090f6740cd.tar.gz openbsd-4756f9cf06b8309fcf4d75e1791149090f6740cd.tar.bz2 openbsd-4756f9cf06b8309fcf4d75e1791149090f6740cd.zip |
Remove trailing whitespace.
Diffstat (limited to 'src/lib/libssl/s3_clnt.c')
-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; |