From d23dfa4dcbf4d8eacbd375cfc5b6b84606968320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 27 Jul 2022 17:56:12 +0000 Subject: [PATCH] doc: remove old reference from crypto/README.md The referenced header file does not exist anymore. Refs: https://github.com/nodejs/node/pull/43896 PR-URL: https://github.com/nodejs/node/pull/44012 Reviewed-By: Filip Skokan Reviewed-By: Richard Lau Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum Reviewed-By: Feng Yu --- src/crypto/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto/README.md b/src/crypto/README.md index e78db18ea4e881..1f5e5b20448499 100644 --- a/src/crypto/README.md +++ b/src/crypto/README.md @@ -22,7 +22,6 @@ 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.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 they provide the core declarations and utility functions used most extensively