diff options
| author | tb <> | 2023-11-19 15:47:40 +0000 |
|---|---|---|
| committer | tb <> | 2023-11-19 15:47:40 +0000 |
| commit | 890d88b77e3c187cc5d11f2e9e51b6d534af555b (patch) | |
| tree | 4c5b1f992bf6ef99e0d59955cc035ddedf56028b /src | |
| parent | 593d97e74cc873d99aced677883cf55625efe62d (diff) | |
| download | openbsd-890d88b77e3c187cc5d11f2e9e51b6d534af555b.tar.gz openbsd-890d88b77e3c187cc5d11f2e9e51b6d534af555b.tar.bz2 openbsd-890d88b77e3c187cc5d11f2e9e51b6d534af555b.zip | |
Rename an ENGINE from e to engine for consistency
Diffstat (limited to 'src')
| -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; |
