From 9e356d4225ee2dcd3e3eebabf384851ee547ec95 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 19 Nov 2023 15:46:10 +0000 Subject: Unifdef OPENSSL_NO_ENGINE in libcrypto This is mechanical apart from a few manual edits to avoid doubled empty lines. ok jsing --- src/lib/libcrypto/engine/engine_stubs.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/engine') diff --git a/src/lib/libcrypto/engine/engine_stubs.c b/src/lib/libcrypto/engine/engine_stubs.c index 3621da80ef..b2bd8f007a 100644 --- a/src/lib/libcrypto/engine/engine_stubs.c +++ b/src/lib/libcrypto/engine/engine_stubs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: engine_stubs.c,v 1.1 2023/07/21 09:04:23 tb Exp $ */ +/* $OpenBSD: engine_stubs.c,v 1.2 2023/11/19 15:46:09 tb Exp $ */ /* * Written by Theo Buehler. Public domain. @@ -6,8 +6,6 @@ #include -#ifdef OPENSSL_NO_ENGINE - void ENGINE_load_builtin_engines(void) { @@ -121,5 +119,3 @@ ENGINE_load_public_key(ENGINE *engine, const char *key_id, { return NULL; } - -#endif -- cgit v1.2.3-55-g6feb