summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/asn1basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/asn1/asn1basic.c')
-rw-r--r--src/regress/lib/libcrypto/asn1/asn1basic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/asn1/asn1basic.c b/src/regress/lib/libcrypto/asn1/asn1basic.c
index 6ce27a2706..45f61ed859 100644
--- a/src/regress/lib/libcrypto/asn1/asn1basic.c
+++ b/src/regress/lib/libcrypto/asn1/asn1basic.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1basic.c,v 1.11 2022/09/03 18:54:36 jsing Exp $ */ 1/* $OpenBSD: asn1basic.c,v 1.12 2022/09/05 21:06:31 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2017, 2021 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017, 2021 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -41,7 +41,7 @@ asn1_compare_bytes(const char *label, const unsigned char *d1, int len1,
41{ 41{
42 if (len1 != len2) { 42 if (len1 != len2) {
43 fprintf(stderr, "FAIL: %s - byte lengths differ " 43 fprintf(stderr, "FAIL: %s - byte lengths differ "
44 "(%i != %i)\n", label, len1, len2); 44 "(%d != %d)\n", label, len1, len2);
45 fprintf(stderr, "Got:\n"); 45 fprintf(stderr, "Got:\n");
46 hexdump(d1, len1); 46 hexdump(d1, len1);
47 fprintf(stderr, "Want:\n"); 47 fprintf(stderr, "Want:\n");