-/* $OpenBSD: asn1time.c,v 1.24 2024/02/18 17:13:29 tb Exp $ */
+/* $OpenBSD: asn1time.c,v 1.25 2024/02/18 22:17:01 tb Exp $ */
/*
* Copyright (c) 2015 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2024 Google Inc.
if (memcmp(©, &max_time, sizeof(max_time)) != 0) {
fprintf(stderr, "FAIL: maximally adjusted copy didn't match "
"max_time\n");
- hexdump((unsigned char *)&max_time, sizeof(max_time));
- hexdump((unsigned char *)©, sizeof(copy));
goto err;
}
if (!OPENSSL_gmtime_adj(©, 0, -valid_time_range)) {