We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
src/crypto/README.md
1 parent e707552 commit 808793eCopy full SHA for 808793e
src/crypto/README.md
@@ -20,8 +20,8 @@ The following provide generalized utility declarations that are used throughout
20
the various other crypto files and other parts of Node.js:
21
22
* `crypto_util.h` / `crypto_util.cc` (Core crypto definitions)
23
-* `crypto_common.h` / `crypto_common.h` (Shared TLS utility functions)
24
-* `crypto_bio.c` / `crypto_bio.c` (Custom OpenSSL i/o implementation)
+* `crypto_common.h` / `crypto_common.cc` (Shared TLS utility functions)
+* `crypto_bio.h` / `crypto_bio.cc` (Custom OpenSSL i/o implementation)
25
* `crypto_groups.h` (modp group definitions)
26
27
Of these, `crypto_util.h` and `crypto_util.cc` are the most important, as
0 commit comments