summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ecdsa/ecdsatest.c
diff options
context:
space:
mode:
authortb <>2023-11-19 13:11:06 +0000
committertb <>2023-11-19 13:11:06 +0000
commitfb1118fbee181ebbe9e392e154b296f14bcd5354 (patch)
tree0679daa2e335eaf7be0ab335b57d0e34615804b8 /src/regress/lib/libcrypto/ecdsa/ecdsatest.c
parentbfddc812354088c190d7f79d600e1f937ba951ef (diff)
downloadopenbsd-fb1118fbee181ebbe9e392e154b296f14bcd5354.tar.gz
openbsd-fb1118fbee181ebbe9e392e154b296f14bcd5354.tar.bz2
openbsd-fb1118fbee181ebbe9e392e154b296f14bcd5354.zip
Unifdef OPENSSL_NO_ENGINE in libcrypto regress
Diffstat (limited to 'src/regress/lib/libcrypto/ecdsa/ecdsatest.c')
-rw-r--r--src/regress/lib/libcrypto/ecdsa/ecdsatest.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/ecdsa/ecdsatest.c b/src/regress/lib/libcrypto/ecdsa/ecdsatest.c
index b0b9bd0065..ef724c74b5 100644
--- a/src/regress/lib/libcrypto/ecdsa/ecdsatest.c
+++ b/src/regress/lib/libcrypto/ecdsa/ecdsatest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecdsatest.c,v 1.17 2023/05/04 13:50:14 tb Exp $ */ 1/* $OpenBSD: ecdsatest.c,v 1.18 2023/11/19 13:11:06 tb Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project. 3 * Written by Nils Larsch for the OpenSSL project.
4 */ 4 */
@@ -78,9 +78,6 @@
78#include <openssl/evp.h> 78#include <openssl/evp.h>
79#include <openssl/bn.h> 79#include <openssl/bn.h>
80#include <openssl/ecdsa.h> 80#include <openssl/ecdsa.h>
81#ifndef OPENSSL_NO_ENGINE
82#include <openssl/engine.h>
83#endif
84#include <openssl/err.h> 81#include <openssl/err.h>
85 82
86int test_builtin(void); 83int test_builtin(void);