From 8087825eb8651dded48ded59c96f37a0bfb83786 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 25 Jan 2017 11:16:57 -0800 Subject: [PATCH] doc: correct name of engine methods Original Commit Message: ENGINE_METHOD_PKEY_METH and ENGINE_METHOD_PKEY_ASN1_METH are misspelled in the documentation, both should be ..._METHS. PR-URL: https://github.com/nodejs/node/pull/5463 Reviewed-By: Fedor Indutny Backport-Of: https://github.com/nodejs/node/pull/5463 PR-URL: https://github.com/nodejs/node/pull/11002 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- doc/api/crypto.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 5a471ef8dad423..273ef013b55433 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1516,8 +1516,8 @@ is a bit field taking one of or a mix of the following flags (defined in the * `ENGINE_METHOD_CIPHERS` * `ENGINE_METHOD_DIGESTS` * `ENGINE_METHOD_STORE` -* `ENGINE_METHOD_PKEY_METH` -* `ENGINE_METHOD_PKEY_ASN1_METH` +* `ENGINE_METHOD_PKEY_METHS` +* `ENGINE_METHOD_PKEY_ASN1_METHS` * `ENGINE_METHOD_ALL` * `ENGINE_METHOD_NONE`