mirror of https://github.com/nodejs/node.git
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:
parent
7c568684b8
commit
1151016d0a
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue