aboutsummaryrefslogtreecommitdiffstats
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.c b/random.c
index ba8acfe..e5982db 100644
--- a/random.c
+++ b/random.c
@@ -27,7 +27,7 @@
#endif
#endif
-static inline bool __attribute__((__warn_unused_result__))
+bool __attribute__((__warn_unused_result__))
get_random_bytes(uint8_t *out, size_t len)
{
ssize_t ret = 0;