artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
635ac89
)
Units generally help...
author
tb
<tb@openbsd.org>
Fri, 25 Nov 2022 09:32:10 +0000
(09:32 +0000)
committer
tb
<tb@openbsd.org>
Fri, 25 Nov 2022 09:32:10 +0000
(09:32 +0000)
regress/lib/libcrypto/bn/general/bn_unit.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bn/general/bn_unit.c
b/regress/lib/libcrypto/bn/general/bn_unit.c
index
6ae6765
..
e84ce48
100644
(file)
--- a/
regress/lib/libcrypto/bn/general/bn_unit.c
+++ b/
regress/lib/libcrypto/bn/general/bn_unit.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bn_unit.c,v 1.
4 2022/11/23 08:58:34
tb Exp $ */
+/* $OpenBSD: bn_unit.c,v 1.
5 2022/11/25 09:32:10
tb Exp $ */
/*
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
@@
-49,7
+49,7
@@
test_bn_print_null_derefs(void)
int failed = 0;
if ((a = malloc(size)) == NULL) {
- warn("malloc(%zu) failed (make sure data limit is >
%zu
)",
+ warn("malloc(%zu) failed (make sure data limit is >
= %zu KiB
)",
size, datalimit);
return 0;
}