summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-11-05 09:14:26 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-11-05 09:14:26 +0000
commitf34e8a77ec1ded4f768373ba4e44e62e979fe1a4 (patch)
treef187d0f67f1718be2265b1c744516fbc98909b98 /regress
parentcd5ebed949f44173752c99b0c16268654b418c23 (diff)
ec_asn1_test: remove debug leftover that broke the build on Windows
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libcrypto/ec/ec_asn1_test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/lib/libcrypto/ec/ec_asn1_test.c b/regress/lib/libcrypto/ec/ec_asn1_test.c
index 539d00b7b52..74a2d92eb1d 100644
--- a/regress/lib/libcrypto/ec/ec_asn1_test.c
+++ b/regress/lib/libcrypto/ec/ec_asn1_test.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ec_asn1_test.c,v 1.27 2024/11/04 09:51:51 tb Exp $ */
+/* $OpenBSD: ec_asn1_test.c,v 1.28 2024/11/05 09:14:25 tb Exp $ */
/*
* Copyright (c) 2017, 2021 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2024 Theo Buehler <tb@openbsd.org>
@@ -16,8 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/resource.h>
-
#include <err.h>
#include <string.h>