diff options
author | tb <> | 2023-11-19 15:47:40 +0000 |
---|---|---|
committer | tb <> | 2023-11-19 15:47:40 +0000 |
commit | f6bbfff95e316fdf0c89997fccd18cb63c6f05a5 (patch) | |
tree | 4c5b1f992bf6ef99e0d59955cc035ddedf56028b | |
parent | 9e356d4225ee2dcd3e3eebabf384851ee547ec95 (diff) | |
download | openbsd-f6bbfff95e316fdf0c89997fccd18cb63c6f05a5.tar.gz openbsd-f6bbfff95e316fdf0c89997fccd18cb63c6f05a5.tar.bz2 openbsd-f6bbfff95e316fdf0c89997fccd18cb63c6f05a5.zip |
Rename an ENGINE from e to engine for consistency
-rw-r--r-- | src/lib/libcrypto/engine/engine_stubs.c | 4 |
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 | ||
95 | int | 95 | int |
96 | ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, long i, void *p, | 96 | ENGINE_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; |