summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2020-09-01 06:05:09 +0000
committertb <>2020-09-01 06:05:09 +0000
commit74672b5d1316338ff3c0a52e10612b0ba2619c15 (patch)
treef0521ebc1daa0c5168491d63c2ba3a1db1d2aadf /src/lib
parent6ff44bf041d731d2f58324e2a839c3e34433e11a (diff)
downloadopenbsd-74672b5d1316338ff3c0a52e10612b0ba2619c15.tar.gz
openbsd-74672b5d1316338ff3c0a52e10612b0ba2619c15.tar.bz2
openbsd-74672b5d1316338ff3c0a52e10612b0ba2619c15.zip
indent the only other label in this file
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/ssl_sess.c4
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
388sess_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) {