Skip to content

Commit 808793e

Browse files
Jianru-Lindanielleadams
authored andcommitted
doc: fix typo in src/crypto/README.md
PR-URL: #43968 Reviewed-By: Feng Yu <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent e707552 commit 808793e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crypto/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The following provide generalized utility declarations that are used throughout
2020
the various other crypto files and other parts of Node.js:
2121

2222
* `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)
23+
* `crypto_common.h` / `crypto_common.cc` (Shared TLS utility functions)
24+
* `crypto_bio.h` / `crypto_bio.cc` (Custom OpenSSL i/o implementation)
2525
* `crypto_groups.h` (modp group definitions)
2626

2727
Of these, `crypto_util.h` and `crypto_util.cc` are the most important, as

0 commit comments

Comments
 (0)