summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/engine_stubs.c
diff options
context:
space:
mode:
authortb <>2023-11-19 15:47:40 +0000
committertb <>2023-11-19 15:47:40 +0000
commit890d88b77e3c187cc5d11f2e9e51b6d534af555b (patch)
tree4c5b1f992bf6ef99e0d59955cc035ddedf56028b /src/lib/libcrypto/engine/engine_stubs.c
parent593d97e74cc873d99aced677883cf55625efe62d (diff)
downloadopenbsd-890d88b77e3c187cc5d11f2e9e51b6d534af555b.tar.gz
openbsd-890d88b77e3c187cc5d11f2e9e51b6d534af555b.tar.bz2
openbsd-890d88b77e3c187cc5d11f2e9e51b6d534af555b.zip
Rename an ENGINE from e to engine for consistency
Diffstat (limited to 'src/lib/libcrypto/engine/engine_stubs.c')
-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;