Squashed 'features/FEATURE_COMMON_PAL/mbed-client-randlib/' changes from 26cdd39..531457e

531457e Update randLIB.c

git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-client-randlib
git-subtree-split: 531457e3b0953e43c343d025351da4fb64be8ef1
pull/5511/head
Arto Kinnunen 2017-11-16 14:21:49 +02:00
parent 26cdd3904f
commit 829a5273f9
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ void randLIB_add_seed(uint64_t seed)
if (state[1] == 0 && state[0] == 0) {
state[0] = 1;
}
#else
(void)seed;
#endif
}