From 1fff3338bb0ddbb0bc692678dddf845672732555 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 27 Jul 2023 06:41:39 +0000 Subject: 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. --- src/regress/lib/libcrypto/bn/bn_print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/bn/bn_print.c b/src/regress/lib/libcrypto/bn/bn_print.c index 47def85773..a3118869fc 100644 --- a/src/regress/lib/libcrypto/bn/bn_print.c +++ b/src/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", -- cgit v1.2.3-55-g6feb