architecture: crypto: fix crypto config switch location
Correct the reference to the makefile defining the several build
directive that define the cryptography library configuration.
Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/architecture/crypto.rst b/architecture/crypto.rst
index d147f61..1881516 100644
--- a/architecture/crypto.rst
+++ b/architecture/crypto.rst
@@ -152,7 +152,7 @@
$ make CFG_CRYPTO_{DSA,RSA,DH,ECC}=n # disable public key algorithms
$ make CFG_CRYPTO=n # disable all algorithms
-Please refer to `core/lib/libtomcrypt/sub.mk`_ for the list of all supported
+Please refer to `core/crypto.mk` for the list of all supported
variables.
Note that the application interface is **not** modified when algorithms are