diff options
| author | tb <> | 2022-11-25 09:32:10 +0000 |
|---|---|---|
| committer | tb <> | 2022-11-25 09:32:10 +0000 |
| commit | d3758aec6c194d7e5c145f1910d4c8e76426a23a (patch) | |
| tree | d98eac048d390195b5a55f14cde74ad95df620ea /src | |
| parent | da1a6ce524dded613443e575b3b84c2fb0878d3b (diff) | |
| download | openbsd-d3758aec6c194d7e5c145f1910d4c8e76426a23a.tar.gz openbsd-d3758aec6c194d7e5c145f1910d4c8e76426a23a.tar.bz2 openbsd-d3758aec6c194d7e5c145f1910d4c8e76426a23a.zip | |
Units generally help...
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/general/bn_unit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/bn_unit.c b/src/regress/lib/libcrypto/bn/general/bn_unit.c index 6ae6765998..e84ce481a5 100644 --- a/src/regress/lib/libcrypto/bn/general/bn_unit.c +++ b/src/regress/lib/libcrypto/bn/general/bn_unit.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bn_unit.c,v 1.4 2022/11/23 08:58:34 tb Exp $ */ | 1 | /* $OpenBSD: bn_unit.c,v 1.5 2022/11/25 09:32:10 tb Exp $ */ |
| 2 | 2 | ||
| 3 | /* | 3 | /* |
| 4 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> |
| @@ -49,7 +49,7 @@ test_bn_print_null_derefs(void) | |||
| 49 | int failed = 0; | 49 | int failed = 0; |
| 50 | 50 | ||
| 51 | if ((a = malloc(size)) == NULL) { | 51 | if ((a = malloc(size)) == NULL) { |
| 52 | warn("malloc(%zu) failed (make sure data limit is > %zu)", | 52 | warn("malloc(%zu) failed (make sure data limit is >= %zu KiB)", |
| 53 | size, datalimit); | 53 | size, datalimit); |
| 54 | return 0; | 54 | return 0; |
| 55 | } | 55 | } |
