incubator-nuttx/crypto
Xiang Xiao d0bd68b35e Fix random_pool.c:214:13: error: conflicting types for 'getentropy'
214 | static void getentropy(FAR blake2s_state *S)
       |             ^~~~~~~~~~
 In file included from /home/work/ssd1/workspace/MiRTOS-CI@2/out/miwear/ap/.unionfs/nuttx/include/nuttx/mutex.h:31,
                  from random_pool.c:37:
 /home/work/ssd1/workspace/MiRTOS-CI@2/out/miwear/ap/.unionfs/nuttx/include/unistd.h:428:9: note: previous declaration of 'getentropy' was here
   428 | int     getentropy(FAR void *buffer, size_t length);
       |         ^~~~~~~~~~

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-22 20:52:19 +02:00
..
Kconfig crypto: apply BSD barrier only to SW AES library 2022-01-13 16:27:52 +01:00
Makefile tools: Author Gregory Nutt: update licenses to Apache 2021-02-19 08:07:47 -08:00
aes.c
blake2s.c crypto: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
crypto.c Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
cryptodev.c crypto: update licenses to Apache 2021-05-27 08:07:25 +09:00
random_pool.c Fix random_pool.c:214:13: error: conflicting types for 'getentropy' 2022-10-22 20:52:19 +02:00
testmngr.c crypto: update licenses to Apache 2021-05-27 08:07:25 +09:00
testmngr.h crypto: update licenses to Apache 2021-05-27 08:07:25 +09:00