From da174241b8da63d787c9f41ae397efeb96d67094 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 10 Feb 2021 13:15:08 +0100 Subject: [PATCH] Remove reference to a document that doesn't exist in this branch Don't reference the architecture document. This is an LTS branch and new invasive tests are only going to be introduced as (perhaps partial or adapted) backports of invasive tests from development anyway. Signed-off-by: Gilles Peskine --- include/mbedtls/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 9fac9452b..7243cae44 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1562,9 +1562,6 @@ * risk of vulnerabilities, and more gadgets that can make exploits easier. * Therefore this feature must never be enabled in production. * - * See `docs/architecture/testing/mbed-crypto-invasive-testing.md` for more - * information. - * * Uncomment to enable invasive tests. */ //#define MBEDTLS_TEST_HOOKS