Skip to content

Commit f367d0b

Browse files
authored
Update MbedTLS submodule pointer to v2.28.0 (aws#1779)
* Update mbedtls submodule pointer to v2.28.0 * Remove MBEDTLS_PSA_CRYPTO_C definition
1 parent 7bf75cd commit f367d0b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

libraries/3rdparty/mbedtls

platform/posix/include/mbedtls_config.h

-4
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@
114114
#define MBEDTLS_HAVE_TIME_DATE
115115
#define MBEDTLS_HAVE_TIME
116116

117-
/* Include due to bug when building shared library:
118-
* See https://github.com/ARMmbed/mbedtls/issues/4411 */
119-
#define MBEDTLS_PSA_CRYPTO_C
120-
121117
#include "mbedtls/check_config.h"
122118

123119
#endif /* ifndef MBEDTLS_CONFIG_H_ */

0 commit comments

Comments
 (0)