summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",