Annotate bogus output as incorrect
authortb <tb@openbsd.org>
Thu, 27 Jul 2023 06:41:39 +0000 (06:41 +0000)
committertb <tb@openbsd.org>
Thu, 27 Jul 2023 06:41:39 +0000 (06:41 +0000)
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

index 47def85..a311886 100644 (file)
@@ -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 <tb@openbsd.org>
@@ -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",