summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ec/ectest.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/ec/ectest.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/ec/ectest.c')
-rw-r--r--src/regress/lib/libcrypto/ec/ectest.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/regress/lib/libcrypto/ec/ectest.c b/src/regress/lib/libcrypto/ec/ectest.c
index f0b1028f48..b32b007b30 100644
--- a/src/regress/lib/libcrypto/ec/ectest.c
+++ b/src/regress/lib/libcrypto/ec/ectest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ectest.c,v 1.21 2023/07/26 22:46:06 tb Exp $ */ 1/* $OpenBSD: ectest.c,v 1.22 2023/11/19 13:11:05 tb Exp $ */
2/* 2/*
3 * Originally written by Bodo Moeller for the OpenSSL project. 3 * Originally written by Bodo Moeller for the OpenSSL project.
4 */ 4 */
@@ -75,9 +75,6 @@
75#include <time.h> 75#include <time.h>
76 76
77#include <openssl/ec.h> 77#include <openssl/ec.h>
78#ifndef OPENSSL_NO_ENGINE
79#include <openssl/engine.h>
80#endif
81#include <openssl/err.h> 78#include <openssl/err.h>
82#include <openssl/obj_mac.h> 79#include <openssl/obj_mac.h>
83#include <openssl/objects.h> 80#include <openssl/objects.h>
@@ -769,9 +766,6 @@ main(int argc, char *argv[])
769 /* test the internal curves */ 766 /* test the internal curves */
770 internal_curve_test(); 767 internal_curve_test();
771 768
772#ifndef OPENSSL_NO_ENGINE
773 ENGINE_cleanup();
774#endif
775 CRYPTO_cleanup_all_ex_data(); 769 CRYPTO_cleanup_all_ex_data();
776 ERR_free_strings(); 770 ERR_free_strings();
777 ERR_remove_thread_state(NULL); 771 ERR_remove_thread_state(NULL);