Skip to content

Commit

Permalink
doc: correct name of engine methods
Browse files Browse the repository at this point in the history
Original Commit Message:
  ENGINE_METHOD_PKEY_METH and ENGINE_METHOD_PKEY_ASN1_METH are misspelled
  in the documentation, both should be ..._METHS.

  PR-URL: #5463
  Reviewed-By: Fedor Indutny <fedor@indutny.com>

Backport-Of: #5463
PR-URL: #11002
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
sam-github authored and jasnell committed Mar 3, 2017
1 parent 94964d0 commit 98d6b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 98d6b3f

Please sign in to comment.