Skip to content

Commit

Permalink
doc: remove old reference from crypto/README.md
Browse files Browse the repository at this point in the history
The referenced header file does not exist anymore.

Refs: nodejs#43896
  • Loading branch information
tniessen committed Jul 27, 2022
1 parent a506aa7 commit 2ba0b60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crypto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ the various other crypto files and other parts of Node.js:
* `crypto_util.h` / `crypto_util.cc` (Core crypto definitions)
* `crypto_common.h` / `crypto_common.cc` (Shared TLS utility functions)
* `crypto_bio.h` / `crypto_bio.cc` (Custom OpenSSL i/o implementation)
* `crypto_groups.h` (modp group definitions)

Of these, `crypto_util.h` and `crypto_util.cc` are the most important, as
they provide the core declarations and utility functions used most extensively
Expand Down

0 comments on commit 2ba0b60

Please sign in to comment.