Remove comments about old names
(Annoying for the Great Renaming)
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index dd11b5a..88670aa 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -2034,7 +2034,6 @@
* \def POLARSSL_SHA256_C
*
* Enable the SHA-224 and SHA-256 cryptographic hash algorithms.
- * (Used to be POLARSSL_SHA2_C)
*
* Module: library/sha256.c
* Caller: library/entropy.c
@@ -2052,7 +2051,6 @@
* \def POLARSSL_SHA512_C
*
* Enable the SHA-384 and SHA-512 cryptographic hash algorithms.
- * (Used to be POLARSSL_SHA4_C)
*
* Module: library/sha512.c
* Caller: library/entropy.c