summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>2023-07-08 20:38:23 +0000
committerbeck <>2023-07-08 20:38:23 +0000
commitf26c7fe6de7994ad9f1e3d38f7b1e03247ccdc7e (patch)
tree5a33325f4b49b6077bfc36230020995fb9e90ddf /src
parentc8e3b98b208f3c9529f1c22766ba20c70aae67a1 (diff)
downloadopenbsd-f26c7fe6de7994ad9f1e3d38f7b1e03247ccdc7e.tar.gz
openbsd-f26c7fe6de7994ad9f1e3d38f7b1e03247ccdc7e.tar.bz2
openbsd-f26c7fe6de7994ad9f1e3d38f7b1e03247ccdc7e.zip
fix comment to unbreak things that care about warnings
ok tb@ krw@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/tls12_record_layer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/tls12_record_layer.c b/src/lib/libssl/tls12_record_layer.c
index e0601363f6..997026be92 100644
--- a/src/lib/libssl/tls12_record_layer.c
+++ b/src/lib/libssl/tls12_record_layer.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls12_record_layer.c,v 1.39 2023/07/08 16:40:13 beck Exp $ */ 1/* $OpenBSD: tls12_record_layer.c,v 1.40 2023/07/08 20:38:23 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -486,7 +486,7 @@ tls12_record_layer_ccs_cipher(struct tls12_record_layer *rl,
486 goto err; 486 goto err;
487 487
488#ifndef OPENSSL_NO_GOST 488#ifndef OPENSSL_NO_GOST
489 /* XXX die die die 489 /* XXX die die die */
490 /* Special handling for GOST... */ 490 /* Special handling for GOST... */
491 if (EVP_MD_type(rl->mac_hash) == NID_id_Gost28147_89_MAC) { 491 if (EVP_MD_type(rl->mac_hash) == NID_id_Gost28147_89_MAC) {
492 if (CBS_len(mac_key) != 32) 492 if (CBS_len(mac_key) != 32)