From: tb Date: Tue, 14 Sep 2021 14:35:09 +0000 (+0000) Subject: zap trailing white space X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=55ec4bc3e272371af4e3fdf1dd93c3566dd4d1bb;p=openbsd zap trailing white space --- diff --git a/lib/libssl/tls13_internal.h b/lib/libssl/tls13_internal.h index 2e78e372264..cb59634edc4 100644 --- a/lib/libssl/tls13_internal.h +++ b/lib/libssl/tls13_internal.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_internal.h,v 1.92 2021/09/14 14:31:21 tb Exp $ */ +/* $OpenBSD: tls13_internal.h,v 1.93 2021/09/14 14:35:09 tb Exp $ */ /* * Copyright (c) 2018 Bob Beck * Copyright (c) 2018 Theo Buehler @@ -159,7 +159,7 @@ int tls13_hkdf_expand_label_with_length(struct tls13_secret *out, const uint8_t *label, size_t label_len, const struct tls13_secret *context); int tls13_derive_secret(struct tls13_secret *out, const EVP_MD *digest, - const struct tls13_secret *secret, const char *label, + const struct tls13_secret *secret, const char *label, const struct tls13_secret *context); int tls13_derive_secret_with_label_length(struct tls13_secret *out, const EVP_MD *digest, const struct tls13_secret *secret,