summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2023-07-27 06:41:39 +0000
committertb <>2023-07-27 06:41:39 +0000
commitc9ae1f3a7087667216308d69c572449f42a3570e (patch)
treeb2723b4bc3f8f76d7ed68e622ae40782a3316bf1 /src/regress/lib
parentf8a5043c65dd7382778b88369d0061ef4d48ce6d (diff)
downloadopenbsd-c9ae1f3a7087667216308d69c572449f42a3570e.tar.gz
openbsd-c9ae1f3a7087667216308d69c572449f42a3570e.tar.bz2
openbsd-c9ae1f3a7087667216308d69c572449f42a3570e.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/regress/lib')
-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",