Skip to content
Permalink
Browse files
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>
  • Loading branch information
Jianru-Lin authored and danielleadams committed Jul 26, 2022
1 parent e707552 commit 808793ebb545f9a98d1123233da86d54e3f112c0
Showing 1 changed file with 2 additions and 2 deletions.
@@ -20,8 +20,8 @@ The following provide generalized utility declarations that are used throughout
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.h` (Shared TLS utility functions)
* `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)
* `crypto_groups.h` (modp group definitions)

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

0 comments on commit 808793e

Please sign in to comment.