Merge commit '829a5273f99d632340333ae4c404780db3f9202f' into nanostack-release-candidate

* commit '829a5273f99d632340333ae4c404780db3f9202f':
  Squashed 'features/FEATURE_COMMON_PAL/mbed-client-randlib/' changes from 26cdd39..531457e
pull/5511/head
Arto Kinnunen 2017-11-16 14:21:49 +02:00
commit 0f471518d7
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
}