summaryrefslogtreecommitdiffstats
path: root/src/crypto/rand/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/rand/rand.c')
-rw-r--r--src/crypto/rand/rand.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crypto/rand/rand.c b/src/crypto/rand/rand.c
index 6780b6c..efd6c0a 100644
--- a/src/crypto/rand/rand.c
+++ b/src/crypto/rand/rand.c
@@ -26,3 +26,7 @@ void RAND_add(const void *buf, int num, double entropy) {}
int RAND_poll(void) {
return 1;
}
+
+int RAND_status(void) {
+ return 1;
+}