From 35ac8eb35ae2f91e85482795aa9426c8e2b19b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 6 Mar 2015 15:19:41 +0000 Subject: [PATCH] Remove comments about old names (Annoying for the Great Renaming) --- include/polarssl/config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index dd11b5ab6..88670aa3a 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