summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/engine/engine_stubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/engine_stubs.c b/src/lib/libcrypto/engine/engine_stubs.c
index b2bd8f007a..bd031e49f0 100644
--- a/src/lib/libcrypto/engine/engine_stubs.c
+++ b/src/lib/libcrypto/engine/engine_stubs.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: engine_stubs.c,v 1.2 2023/11/19 15:46:09 tb Exp $ */ 1/* $OpenBSD: engine_stubs.c,v 1.3 2023/11/19 15:47:40 tb Exp $ */
2 2
3/* 3/*
4 * Written by Theo Buehler. Public domain. 4 * Written by Theo Buehler. Public domain.
@@ -93,7 +93,7 @@ ENGINE_set_default_RSA(ENGINE *engine)
93} 93}
94 94
95int 95int
96ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, long i, void *p, 96ENGINE_ctrl_cmd(ENGINE *engine, const char *cmd_name, long i, void *p,
97 void (*f)(void), int cmd_optional) 97 void (*f)(void), int cmd_optional)
98{ 98{
99 return 0; 99 return 0;