Skip to content

Commit

Permalink
doc: fix typo in crypto
Browse files Browse the repository at this point in the history
PR-URL: #765
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
popomore authored and bnoordhuis committed Feb 9, 2015
1 parent 7c56868 commit 1151016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1151016

Please sign in to comment.