From: beck Date: Sat, 8 Jul 2023 20:38:23 +0000 (+0000) Subject: fix comment to unbreak things that care about warnings X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=56f24513ef02e4608fd4f9288933d0694f09ae34;p=openbsd fix comment to unbreak things that care about warnings ok tb@ krw@ --- diff --git a/lib/libssl/tls12_record_layer.c b/lib/libssl/tls12_record_layer.c index e0601363f6b..997026be922 100644 --- a/lib/libssl/tls12_record_layer.c +++ b/lib/libssl/tls12_record_layer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls12_record_layer.c,v 1.39 2023/07/08 16:40:13 beck Exp $ */ +/* $OpenBSD: tls12_record_layer.c,v 1.40 2023/07/08 20:38:23 beck Exp $ */ /* * Copyright (c) 2020 Joel Sing * @@ -486,7 +486,7 @@ tls12_record_layer_ccs_cipher(struct tls12_record_layer *rl, goto err; #ifndef OPENSSL_NO_GOST - /* XXX die die die + /* XXX die die die */ /* Special handling for GOST... */ if (EVP_MD_type(rl->mac_hash) == NID_id_Gost28147_89_MAC) { if (CBS_len(mac_key) != 32)