Skip to content

Commit 0f907d7

Browse files
authored
Merge pull request #13791 from Patater/default-random-seed-experimental
mbedtls: Don't attempt to use default_random_seed
2 parents a4c63e6 + 2300a56 commit 0f907d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/mbedtls/platform/inc/platform_mbed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#ifndef __PLATFORM_MBED__H__
2222
#define __PLATFORM_MBED__H__
2323

24-
#if (defined(FEATURE_PSA) && defined(MBEDTLS_ENTROPY_NV_SEED))
24+
#if (defined(FEATURE_EXPERIMENTAL_API) && defined(FEATURE_PSA) && defined(MBEDTLS_ENTROPY_NV_SEED))
2525

2626
#include "default_random_seed.h"
2727

0 commit comments

Comments
 (0)