diff options
author | tb <> | 2024-11-05 09:14:25 +0000 |
---|---|---|
committer | tb <> | 2024-11-05 09:14:25 +0000 |
commit | a8ec14250509d225ed04d2f875ffba9d1d219856 (patch) | |
tree | f51b72b3758dddbd18cf02494be8243e11e426f5 /src | |
parent | b03e1716d17e9653ae8fea32cead609adcf84251 (diff) | |
download | openbsd-a8ec14250509d225ed04d2f875ffba9d1d219856.tar.gz openbsd-a8ec14250509d225ed04d2f875ffba9d1d219856.tar.bz2 openbsd-a8ec14250509d225ed04d2f875ffba9d1d219856.zip |
ec_asn1_test: remove debug leftover that broke the build on Windows
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/ec/ec_asn1_test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/ec/ec_asn1_test.c b/src/regress/lib/libcrypto/ec/ec_asn1_test.c index 539d00b7b5..74a2d92eb1 100644 --- a/src/regress/lib/libcrypto/ec/ec_asn1_test.c +++ b/src/regress/lib/libcrypto/ec/ec_asn1_test.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_asn1_test.c,v 1.27 2024/11/04 09:51:51 tb Exp $ */ | 1 | /* $OpenBSD: ec_asn1_test.c,v 1.28 2024/11/05 09:14:25 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 | * Copyright (c) 2024 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2024 Theo Buehler <tb@openbsd.org> |
@@ -16,8 +16,6 @@ | |||
16 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <sys/resource.h> | ||
20 | |||
21 | #include <err.h> | 19 | #include <err.h> |
22 | #include <string.h> | 20 | #include <string.h> |
23 | 21 | ||