Skip to content

Commit 1151016

Browse files
popomorebnoordhuis
authored andcommitted
doc: fix typo in crypto
PR-URL: #765 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 7c56868 commit 1151016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ decipher, sign and verify methods.
1616

1717
Load and set engine for some/all OpenSSL functions (selected by flags).
1818

19-
`engine` could be either an id or a path to the to the engine's shared library.
19+
`engine` could be either an id or a path to the engine's shared library.
2020

2121
`flags` is optional and has `ENGINE_METHOD_ALL` value by default. It could take
2222
one of or mix of following flags (defined in `constants` module):

0 commit comments

Comments
 (0)