doc: fix typo in crypto

PR-URL: https://github.com/iojs/io.js/pull/765
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
Haoliang Gao 2015-02-09 16:21:15 +08:00 committed by Ben Noordhuis
parent 7c568684b8
commit 1151016d0a
1 changed files with 1 additions and 1 deletions

View File

@ -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):