Skip to content

Commit ea117ed

Browse files
committed
common: config: remove redundant sha1 digest size definition
This patch removes the redundant definition of the SHA1 digest size in the configuration header file. Signed-off-by: Mykhailo Lohvynenko <[email protected]>
1 parent ffc12d5 commit ea117ed

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/aos/common/config.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -690,13 +690,6 @@
690690
#define AOS_CONFIG_CRYPTO_SHA2_DIGEST_SIZE 64
691691
#endif
692692

693-
/**
694-
* Maximum size of SHA1 digest.
695-
*/
696-
#ifndef AOS_CONFIG_CRYPTO_SHA1_DIGEST_SIZE
697-
#define AOS_CONFIG_CRYPTO_SHA1_DIGEST_SIZE 20
698-
#endif
699-
700693
/**
701694
* Maximum size of input data for SHA1 hash calculation.
702695
*/

0 commit comments

Comments
 (0)