diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-09-01 06:05:10 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-09-01 06:05:10 +0000 |
commit | 1488e02029bb9c1efcc16e0282a4b5a8a20c65fe (patch) | |
tree | 6df7c4ae0ea43cc0d3588992253bd2e51de237f1 /lib/libssl/ssl_sess.c | |
parent | ef295d54ff8f367f7d662816a47e98e7568f21f2 (diff) |
indent the only other label in this file
Diffstat (limited to 'lib/libssl/ssl_sess.c')
-rw-r--r-- | lib/libssl/ssl_sess.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl_sess.c b/lib/libssl/ssl_sess.c index 6d948211e6a..b953580d652 100644 --- a/lib/libssl/ssl_sess.c +++ b/lib/libssl/ssl_sess.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_sess.c,v 1.90 2020/09/01 06:02:51 tb Exp $ */ +/* $OpenBSD: ssl_sess.c,v 1.91 2020/09/01 06:05:09 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -385,7 +385,7 @@ ssl_get_new_session(SSL *s, int session) return (0); } -sess_id_done: + sess_id_done: if (s->tlsext_hostname) { ss->tlsext_hostname = strdup(s->tlsext_hostname); if (ss->tlsext_hostname == NULL) { |