diff options
| author | tb <> | 2020-09-01 06:05:09 +0000 |
|---|---|---|
| committer | tb <> | 2020-09-01 06:05:09 +0000 |
| commit | ecef000b15e466f3aa09714234c6107f3bbe7524 (patch) | |
| tree | f0521ebc1daa0c5168491d63c2ba3a1db1d2aadf /src | |
| parent | f6d74ff8aa942446bb5e6622583808fc46b2e8b3 (diff) | |
| download | openbsd-ecef000b15e466f3aa09714234c6107f3bbe7524.tar.gz openbsd-ecef000b15e466f3aa09714234c6107f3bbe7524.tar.bz2 openbsd-ecef000b15e466f3aa09714234c6107f3bbe7524.zip | |
indent the only other label in this file
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/ssl_sess.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_sess.c b/src/lib/libssl/ssl_sess.c index 6d948211e6..b953580d65 100644 --- a/src/lib/libssl/ssl_sess.c +++ b/src/lib/libssl/ssl_sess.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_sess.c,v 1.90 2020/09/01 06:02:51 tb Exp $ */ | 1 | /* $OpenBSD: ssl_sess.c,v 1.91 2020/09/01 06:05:09 tb 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 | * |
| @@ -385,7 +385,7 @@ ssl_get_new_session(SSL *s, int session) | |||
| 385 | return (0); | 385 | return (0); |
| 386 | } | 386 | } |
| 387 | 387 | ||
| 388 | sess_id_done: | 388 | sess_id_done: |
| 389 | if (s->tlsext_hostname) { | 389 | if (s->tlsext_hostname) { |
| 390 | ss->tlsext_hostname = strdup(s->tlsext_hostname); | 390 | ss->tlsext_hostname = strdup(s->tlsext_hostname); |
| 391 | if (ss->tlsext_hostname == NULL) { | 391 | if (ss->tlsext_hostname == NULL) { |
