From: tb Date: Sun, 18 Feb 2024 22:17:01 +0000 (+0000) Subject: asn1time: remove some debugging code X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c902f321514ca6320fcd406ca354948046a3530c;p=openbsd asn1time: remove some debugging code --- diff --git a/regress/lib/libcrypto/asn1/asn1time.c b/regress/lib/libcrypto/asn1/asn1time.c index 3fe9f8df3d6..8208fcd1c02 100644 --- a/regress/lib/libcrypto/asn1/asn1time.c +++ b/regress/lib/libcrypto/asn1/asn1time.c @@ -1,4 +1,4 @@ -/* $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 * Copyright (c) 2024 Google Inc. @@ -699,8 +699,6 @@ asn1_time_overflow(void) 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)) {