From 2ba0b60dabe79f544ce1b1d94933c3fdddd682df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= <tniessen@tnie.de>
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
---
 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