Skip to content

Commit aac5b47

Browse files
authored
doc: remove old OpenSSL ENGINE constants
These constants have not existed since OpenSSL 1.1.0 reached EOL a few years ago. Refs: #19794 PR-URL: #44589 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 0076c38 commit aac5b47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/api/crypto.md

-6
Original file line numberDiff line numberDiff line change
@@ -5369,12 +5369,6 @@ is a bit field taking one of or a mix of the following flags (defined in
53695369
* `crypto.constants.ENGINE_METHOD_ALL`
53705370
* `crypto.constants.ENGINE_METHOD_NONE`
53715371

5372-
The flags below are deprecated in OpenSSL-1.1.0.
5373-
5374-
* `crypto.constants.ENGINE_METHOD_ECDH`
5375-
* `crypto.constants.ENGINE_METHOD_ECDSA`
5376-
* `crypto.constants.ENGINE_METHOD_STORE`
5377-
53785372
### `crypto.setFips(bool)`
53795373

53805374
<!-- YAML

0 commit comments

Comments
 (0)