Skip to content

Commit dd6bf80

Browse files
sam-githubFishrock123
authored andcommitted
doc: correct name of engine methods
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]>
1 parent a161549 commit dd6bf80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/crypto.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,8 +1270,8 @@ is a bit field taking one of or a mix of the following flags (defined in the
12701270
* `ENGINE_METHOD_CIPHERS`
12711271
* `ENGINE_METHOD_DIGESTS`
12721272
* `ENGINE_METHOD_STORE`
1273-
* `ENGINE_METHOD_PKEY_METH`
1274-
* `ENGINE_METHOD_PKEY_ASN1_METH`
1273+
* `ENGINE_METHOD_PKEY_METHS`
1274+
* `ENGINE_METHOD_PKEY_ASN1_METHS`
12751275
* `ENGINE_METHOD_ALL`
12761276
* `ENGINE_METHOD_NONE`
12771277

0 commit comments

Comments
 (0)