artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87978dd
)
Rename an ENGINE from e to engine for consistency
author
tb
<tb@openbsd.org>
Sun, 19 Nov 2023 15:47:40 +0000
(15:47 +0000)
committer
tb
<tb@openbsd.org>
Sun, 19 Nov 2023 15:47:40 +0000
(15:47 +0000)
lib/libcrypto/engine/engine_stubs.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/engine/engine_stubs.c
b/lib/libcrypto/engine/engine_stubs.c
index
b2bd8f0
..
bd031e4
100644
(file)
--- 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 *e
ngine
, const char *cmd_name, long i, void *p,
void (*f)(void), int cmd_optional)
{
return 0;