diff options
Diffstat (limited to 'regress/lib/libcrypto/ecdsa')
-rw-r--r-- | regress/lib/libcrypto/ecdsa/ecdsatest.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/lib/libcrypto/ecdsa/ecdsatest.c b/regress/lib/libcrypto/ecdsa/ecdsatest.c index b0b9bd00651..ef724c74b5b 100644 --- a/regress/lib/libcrypto/ecdsa/ecdsatest.c +++ b/regress/lib/libcrypto/ecdsa/ecdsatest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecdsatest.c,v 1.17 2023/05/04 13:50:14 tb Exp $ */ +/* $OpenBSD: ecdsatest.c,v 1.18 2023/11/19 13:11:06 tb Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -78,9 +78,6 @@ #include <openssl/evp.h> #include <openssl/bn.h> #include <openssl/ecdsa.h> -#ifndef OPENSSL_NO_ENGINE -#include <openssl/engine.h> -#endif #include <openssl/err.h> int test_builtin(void); |