summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-12-25 02:40:53 +0000
committertb <>2025-12-25 02:40:53 +0000
commit07a51ef39a66b69f85c35d11f0f5d8b9a351c25e (patch)
tree53d4a3bb888c11db8becc19bd992911d6afaa061 /src
parent201345d4cb3b3bc5becda9effb8a5e068718923a (diff)
downloadopenbsd-07a51ef39a66b69f85c35d11f0f5d8b9a351c25e.tar.gz
openbsd-07a51ef39a66b69f85c35d11f0f5d8b9a351c25e.tar.bz2
openbsd-07a51ef39a66b69f85c35d11f0f5d8b9a351c25e.zip
astrix -> asterisk
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/test/test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/test/test.h b/src/regress/lib/libcrypto/test/test.h
index 1c8391d4ec..5df19b9be4 100644
--- a/src/regress/lib/libcrypto/test/test.h
+++ b/src/regress/lib/libcrypto/test/test.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: test.h,v 1.4 2025/05/31 11:37:18 tb Exp $ */ 1/* $OpenBSD: test.h,v 1.5 2025/12/25 02:40:53 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2025 Joshua Sing <joshua@joshuasing.dev> 3 * Copyright (c) 2025 Joshua Sing <joshua@joshuasing.dev>
4 * 4 *
@@ -130,7 +130,7 @@ void test_hexdump(struct test *_t, const unsigned char *_buf, size_t _len);
130 130
131/* 131/*
132 * test_hexdiff prints the given data as hexadecimal. If a second comparison 132 * test_hexdiff prints the given data as hexadecimal. If a second comparison
133 * buffer is not NULL, any differing bytes will be marked with an astrix. 133 * buffer is not NULL, any differing bytes will be marked with an asterisk.
134 */ 134 */
135void test_hexdiff(struct test *_t, const uint8_t *_buf, size_t _len, const uint8_t *_compare); 135void test_hexdiff(struct test *_t, const uint8_t *_buf, size_t _len, const uint8_t *_compare);
136 136