Skip to content

Commit

Permalink
doc: correct name of engine methods
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sam-github authored and Fishrock123 committed Mar 8, 2016
1 parent 9db827c commit b54a26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/crypto.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1270,8 +1270,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 b54a26f

Please sign in to comment.