summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2019-11-17 14:25:04 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2019-11-17 14:25:04 +0000
commit31509ae9391ef32a4bf9fe756ad7ed196670ea2b (patch)
treea1ba5bef65a0844d60f9a083410d64965dfa020a /lib
parenta72e12a5ecc139bf4230cd2ddb91fb443c278a77 (diff)
indent with a tab instead of 8 spaces
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/tls13_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/tls13_server.c b/lib/libssl/tls13_server.c
index 56ad5f8faaf..541e341936b 100644
--- a/lib/libssl/tls13_server.c
+++ b/lib/libssl/tls13_server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_server.c,v 1.2 2019/11/17 06:43:46 jsing Exp $ */
+/* $OpenBSD: tls13_server.c,v 1.3 2019/11/17 14:25:03 tb Exp $ */
/*
* Copyright (c) 2019 Joel Sing <jsing@openbsd.org>
*
@@ -93,7 +93,7 @@ tls13_client_hello_retry_send(struct tls13_ctx *ctx)
int
tls13_server_hello_retry_recv(struct tls13_ctx *ctx)
{
- return 0;
+ return 0;
}
int