summary refs log tree commit diff stats
path: root/crypto/random-gcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/random-gcrypt.c')
-rw-r--r--crypto/random-gcrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/random-gcrypt.c b/crypto/random-gcrypt.c
index 9f1c9ee60e..7aea4ac81f 100644
--- a/crypto/random-gcrypt.c
+++ b/crypto/random-gcrypt.c
@@ -24,7 +24,7 @@
 
 #include <gcrypt.h>
 
-int qcrypto_random_bytes(uint8_t *buf,
+int qcrypto_random_bytes(void *buf,
                          size_t buflen,
                          Error **errp G_GNUC_UNUSED)
 {