diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 9cbaeeb20522b2..e82c5e0ef0f7c6 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -16,7 +16,7 @@ decipher, sign and verify methods. Load and set engine for some/all OpenSSL functions (selected by flags). -`engine` could be either an id or a path to the to the engine's shared library. +`engine` could be either an id or a path to the engine's shared library. `flags` is optional and has `ENGINE_METHOD_ALL` value by default. It could take one of or mix of following flags (defined in `constants` module):