We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7d266 commit f801f5bCopy full SHA for f801f5b
mbedtls_config.h
@@ -6,6 +6,22 @@
6
#define MBEDTLS_CIPHER_MODE_CTR
7
#endif
8
9
-#if defined (MBEDTLS_SHA1_C)
+#if defined(MBEDTLS_SHA1_C)
10
#undef MBEDTLS_SHA1_C
11
12
+
13
+#if defined(MBEDTLS_SHA512_C)
14
+#undef MBEDTLS_SHA512_C
15
+#endif
16
17
+#if defined(MBEDTLS_AES_ROM_TABLES)
18
+#undef MBEDTLS_AES_ROM_TABLES
19
20
21
+#if defined(MBEDTLS_RSA_C)
22
+#undef MBEDTLS_RSA_C
23
24
25
+#if !defined(MBEDTLS_ECDH_C)
26
+#define MBEDTLS_ECDH_C
27
0 commit comments