Skip to content

Commit 513133c

Browse files
committed
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 292033b commit 513133c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/crypto.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -1272,8 +1272,8 @@ is a bit field taking one of or a mix of the following flags (defined in the
12721272
* `ENGINE_METHOD_CIPHERS`
12731273
* `ENGINE_METHOD_DIGESTS`
12741274
* `ENGINE_METHOD_STORE`
1275-
* `ENGINE_METHOD_PKEY_METH`
1276-
* `ENGINE_METHOD_PKEY_ASN1_METH`
1275+
* `ENGINE_METHOD_PKEY_METHS`
1276+
* `ENGINE_METHOD_PKEY_ASN1_METHS`
12771277
* `ENGINE_METHOD_ALL`
12781278
* `ENGINE_METHOD_NONE`
12791279

0 commit comments

Comments
 (0)