From 808793ebb545f9a98d1123233da86d54e3f112c0 Mon Sep 17 00:00:00 2001 From: Jianru Lin Date: Sun, 24 Jul 2022 20:17:16 +0800 Subject: [PATCH] doc: fix typo in `src/crypto/README.md` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/43968 Reviewed-By: Feng Yu Reviewed-By: Tobias Nießen Reviewed-By: Antoine du Hamel --- src/crypto/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crypto/README.md b/src/crypto/README.md index 58ba74c891398d..e78db18ea4e881 100644 --- a/src/crypto/README.md +++ b/src/crypto/README.md @@ -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