diff options
| author | tb <> | 2019-11-17 14:25:03 +0000 |
|---|---|---|
| committer | tb <> | 2019-11-17 14:25:03 +0000 |
| commit | 925a8ec85faad844506d4e30c93ded5d0b6e3189 (patch) | |
| tree | 6cf1baa22f5c9350ded107b1bef32a65a19901bf /src | |
| parent | 1f6dec4ce4b7668bc62c53baba6eaa227d4a4fb0 (diff) | |
| download | openbsd-925a8ec85faad844506d4e30c93ded5d0b6e3189.tar.gz openbsd-925a8ec85faad844506d4e30c93ded5d0b6e3189.tar.bz2 openbsd-925a8ec85faad844506d4e30c93ded5d0b6e3189.zip | |
indent with a tab instead of 8 spaces
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/tls13_server.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_server.c b/src/lib/libssl/tls13_server.c index 56ad5f8faa..541e341936 100644 --- a/src/lib/libssl/tls13_server.c +++ b/src/lib/libssl/tls13_server.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: tls13_server.c,v 1.2 2019/11/17 06:43:46 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_server.c,v 1.3 2019/11/17 14:25:03 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2019 Joel Sing <jsing@openbsd.org> |
| 4 | * | 4 | * |
| @@ -93,7 +93,7 @@ tls13_client_hello_retry_send(struct tls13_ctx *ctx) | |||
| 93 | int | 93 | int |
| 94 | tls13_server_hello_retry_recv(struct tls13_ctx *ctx) | 94 | tls13_server_hello_retry_recv(struct tls13_ctx *ctx) |
| 95 | { | 95 | { |
| 96 | return 0; | 96 | return 0; |
| 97 | } | 97 | } |
| 98 | 98 | ||
| 99 | int | 99 | int |
