summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2021-09-14 14:35:09 +0000
committertb <>2021-09-14 14:35:09 +0000
commite0ccf0da4a84dc5959b16943f7c92c13a2b0d07a (patch)
tree9a8ada79fc53f57ec3d266ca30d169d69962b063
parentac5a0d433026e460d43c793dbc5fe91945375ec3 (diff)
downloadopenbsd-e0ccf0da4a84dc5959b16943f7c92c13a2b0d07a.tar.gz
openbsd-e0ccf0da4a84dc5959b16943f7c92c13a2b0d07a.tar.bz2
openbsd-e0ccf0da4a84dc5959b16943f7c92c13a2b0d07a.zip
zap trailing white space
-rw-r--r--src/lib/libssl/tls13_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h
index 2e78e37226..cb59634edc 100644
--- a/src/lib/libssl/tls13_internal.h
+++ b/src/lib/libssl/tls13_internal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_internal.h,v 1.92 2021/09/14 14:31:21 tb Exp $ */ 1/* $OpenBSD: tls13_internal.h,v 1.93 2021/09/14 14:35:09 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2018 Bob Beck <beck@openbsd.org>
4 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
@@ -159,7 +159,7 @@ int tls13_hkdf_expand_label_with_length(struct tls13_secret *out,
159 const uint8_t *label, size_t label_len, const struct tls13_secret *context); 159 const uint8_t *label, size_t label_len, const struct tls13_secret *context);
160 160
161int tls13_derive_secret(struct tls13_secret *out, const EVP_MD *digest, 161int tls13_derive_secret(struct tls13_secret *out, const EVP_MD *digest,
162 const struct tls13_secret *secret, const char *label, 162 const struct tls13_secret *secret, const char *label,
163 const struct tls13_secret *context); 163 const struct tls13_secret *context);
164int tls13_derive_secret_with_label_length(struct tls13_secret *out, 164int tls13_derive_secret_with_label_length(struct tls13_secret *out,
165 const EVP_MD *digest, const struct tls13_secret *secret, 165 const EVP_MD *digest, const struct tls13_secret *secret,