From d5ef53a04f6bf823cd805ffe8f8cbccf8638b427 Mon Sep 17 00:00:00 2001 From: Jianru Lin Date: Sun, 24 Jul 2022 16:45:58 +0800 Subject: [PATCH] Fix src/crypto/README.md typo --- 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