From 96a7064754dd83a04df238a50c800787112d1ab2 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 b1541d673..fff4240c0 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1759,9 +1759,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