summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-06-07 17:28:05 +0000
committertb <>2022-06-07 17:28:05 +0000
commit1c353abcef6b6dc6ec22320f7353b20583a83718 (patch)
treec7bc100f574a4eb0f17debdfcc3e7e186b819248 /src
parent4789ccad875c8376cf37b2ec8c8b83a6d9366b3e (diff)
downloadopenbsd-1c353abcef6b6dc6ec22320f7353b20583a83718.tar.gz
openbsd-1c353abcef6b6dc6ec22320f7353b20583a83718.tar.bz2
openbsd-1c353abcef6b6dc6ec22320f7353b20583a83718.zip
fix indent
Diffstat (limited to 'src')
-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 af53318e1e..92dc6d4abf 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.111 2022/06/07 17:26:39 tb Exp $ */ 1/* $OpenBSD: ssl_sess.c,v 1.112 2022/06/07 17:28:05 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 *
@@ -388,7 +388,7 @@ ssl_get_new_session(SSL *s, int session)
388 388
389 /* Finally, check for a conflict. */ 389 /* Finally, check for a conflict. */
390 if (SSL_has_matching_session_id(s, ss->session_id, 390 if (SSL_has_matching_session_id(s, ss->session_id,
391 ss->session_id_length)) { 391 ss->session_id_length)) {
392 SSLerror(s, SSL_R_SSL_SESSION_ID_CONFLICT); 392 SSLerror(s, SSL_R_SSL_SESSION_ID_CONFLICT);
393 SSL_SESSION_free(ss); 393 SSL_SESSION_free(ss);
394 return (0); 394 return (0);