summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-07-27 06:41:39 +0000
committertb <>2023-07-27 06:41:39 +0000
commit1fff3338bb0ddbb0bc692678dddf845672732555 (patch)
treeb2723b4bc3f8f76d7ed68e622ae40782a3316bf1 /src
parent2f822c1edd2f9eb937a1be84789bd0f7b25b337d (diff)
downloadopenbsd-1fff3338bb0ddbb0bc692678dddf845672732555.tar.gz
openbsd-1fff3338bb0ddbb0bc692678dddf845672732555.tar.bz2
openbsd-1fff3338bb0ddbb0bc692678dddf845672732555.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/bn/bn_print.c3
1 files changed, 2 insertions, 1 deletions
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 @@
1/* $OpenBSD: bn_print.c,v 1.4 2023/07/10 20:21:37 tb Exp $ */ 1/* $OpenBSD: bn_print.c,v 1.5 2023/07/27 06:41:39 tb Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
@@ -140,6 +140,7 @@ const struct print_test {
140 " 00:80:00:00:00:00:00:00:00:00\n", 140 " 00:80:00:00:00:00:00:00:00:00\n",
141 }, 141 },
142 { 142 {
143 /* XXX - this is incorrect and should be fixed. */
143 .desc = "high bit of first nibble is set for negative number", 144 .desc = "high bit of first nibble is set for negative number",
144 .want = " mana mana (Negative)\n" 145 .want = " mana mana (Negative)\n"
145 " 00:80:00:00:00:00:00:00:00:00\n", 146 " 00:80:00:00:00:00:00:00:00:00\n",