diff options
author | tb <> | 2020-09-01 06:05:09 +0000 |
---|---|---|
committer | tb <> | 2020-09-01 06:05:09 +0000 |
commit | 74672b5d1316338ff3c0a52e10612b0ba2619c15 (patch) | |
tree | f0521ebc1daa0c5168491d63c2ba3a1db1d2aadf /src | |
parent | 6ff44bf041d731d2f58324e2a839c3e34433e11a (diff) | |
download | openbsd-74672b5d1316338ff3c0a52e10612b0ba2619c15.tar.gz openbsd-74672b5d1316338ff3c0a52e10612b0ba2619c15.tar.bz2 openbsd-74672b5d1316338ff3c0a52e10612b0ba2619c15.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) { |