Skip to content

Commit 8087825

Browse files
sam-githubMylesBorins
authored andcommitted
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: #5463 Reviewed-By: Fedor Indutny <[email protected]> Backport-Of: #5463 PR-URL: #11002 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e53154a commit 8087825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/api/crypto.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1516,8 +1516,8 @@ is a bit field taking one of or a mix of the following flags (defined in the
15161516
* `ENGINE_METHOD_CIPHERS`
15171517
* `ENGINE_METHOD_DIGESTS`
15181518
* `ENGINE_METHOD_STORE`
1519-
* `ENGINE_METHOD_PKEY_METH`
1520-
* `ENGINE_METHOD_PKEY_ASN1_METH`
1519+
* `ENGINE_METHOD_PKEY_METHS`
1520+
* `ENGINE_METHOD_PKEY_ASN1_METHS`
15211521
* `ENGINE_METHOD_ALL`
15221522
* `ENGINE_METHOD_NONE`
15231523

0 commit comments

Comments
 (0)