From 728d258e776f22d5ab83ad5092dbb385e175df04 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 19 Nov 2023 15:47:40 +0000 Subject: [PATCH] Rename an ENGINE from e to engine for consistency --- lib/libcrypto/engine/engine_stubs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/engine/engine_stubs.c b/lib/libcrypto/engine/engine_stubs.c index b2bd8f007a6..bd031e49f07 100644 --- a/lib/libcrypto/engine/engine_stubs.c +++ b/lib/libcrypto/engine/engine_stubs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: engine_stubs.c,v 1.2 2023/11/19 15:46:09 tb Exp $ */ +/* $OpenBSD: engine_stubs.c,v 1.3 2023/11/19 15:47:40 tb Exp $ */ /* * Written by Theo Buehler. Public domain. @@ -93,7 +93,7 @@ ENGINE_set_default_RSA(ENGINE *engine) } int -ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, long i, void *p, +ENGINE_ctrl_cmd(ENGINE *engine, const char *cmd_name, long i, void *p, void (*f)(void), int cmd_optional) { return 0; -- 2.20.1