summaryrefslogtreecommitdiff
path: root/crypto/random-gnutls.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/random-gnutls.c')
-rw-r--r--crypto/random-gnutls.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/random-gnutls.c b/crypto/random-gnutls.c
index 04b45a8f8f..5350003a0b 100644
--- a/crypto/random-gnutls.c
+++ b/crypto/random-gnutls.c
@@ -41,3 +41,6 @@ int qcrypto_random_bytes(uint8_t *buf,
return 0;
}
+
+
+int qcrypto_random_init(Error **errp G_GNUC_UNUSED) { return 0; }