mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Don't error on CONFIG_CRYPTO_RANDOM_POOL not defined
px4_secure_random can be implemented also outside NuttX for some platform Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
committed by
Beat Küng
parent
d6fb1114ff
commit
026bd073b5
@@ -41,6 +41,4 @@ size_t px4_get_secure_random(uint8_t *out,
|
|||||||
arc4random_buf(out, outlen);
|
arc4random_buf(out, outlen);
|
||||||
return outlen;
|
return outlen;
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
#error CONFIG_CRYPTO_RANDOM_POOL has to be defined
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user