Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 808793e

Browse filesBrowse files
Jianru-Lindanielleadams
authored andcommitted
doc: fix typo in src/crypto/README.md
PR-URL: #43968 Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent e707552 commit 808793e
Copy full SHA for 808793e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎src/crypto/README.md‎

Copy file name to clipboardExpand all lines: src/crypto/README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.