From 6971d2f98a81eea59cb815ada7271c03b5ea93da Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 27 Jul 2023 06:41:39 +0000 Subject: [PATCH] Annotate bogus output as incorrect Some people already have way too many simple and not too important diffs in their inbox. This isn't worth kicking something more important out of the queue. --- regress/lib/libcrypto/bn/bn_print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/bn/bn_print.c b/regress/lib/libcrypto/bn/bn_print.c index 47def85773c..a3118869fc8 100644 --- a/regress/lib/libcrypto/bn/bn_print.c +++ b/regress/lib/libcrypto/bn/bn_print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_print.c,v 1.4 2023/07/10 20:21:37 tb Exp $ */ +/* $OpenBSD: bn_print.c,v 1.5 2023/07/27 06:41:39 tb Exp $ */ /* * Copyright (c) 2023 Theo Buehler @@ -140,6 +140,7 @@ const struct print_test { " 00:80:00:00:00:00:00:00:00:00\n", }, { + /* XXX - this is incorrect and should be fixed. */ .desc = "high bit of first nibble is set for negative number", .want = " mana mana (Negative)\n" " 00:80:00:00:00:00:00:00:00:00\n", -- 2.20.1