Skip to content

Commit af43bea

Browse files
authored
Merge pull request #393 from shrutig-arm/main
DES/MD5 disabled for stdc platform
2 parents 076d073 + 2e7f078 commit af43bea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

api-tests/platform/targets/tgt_dev_apis_stdc/nspe/pal_crypto_config.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
*
8080
* Comment macros to disable the types
8181
*/
82-
#define ARCH_TEST_DES
83-
#define ARCH_TEST_DES_1KEY
84-
#define ARCH_TEST_DES_2KEY
85-
#define ARCH_TEST_DES_3KEY
82+
//#define ARCH_TEST_DES
83+
//#define ARCH_TEST_DES_1KEY
84+
//#define ARCH_TEST_DES_2KEY
85+
//#define ARCH_TEST_DES_3KEY
8686

8787
/**
8888
* \def ARCH_TEST_RAW
@@ -230,8 +230,8 @@
230230
*/
231231
// #define ARCH_TEST_MD2
232232
// #define ARCH_TEST_MD4
233-
#define ARCH_TEST_MD5
234-
#define ARCH_TEST_RIPEMD160
233+
//#define ARCH_TEST_MD5
234+
//#define ARCH_TEST_RIPEMD160
235235
#define ARCH_TEST_SHA1
236236
#define ARCH_TEST_SHA224
237237
#define ARCH_TEST_SHA256

0 commit comments

Comments
 (0)