]> Git Repo - qemu.git/blobdiff - crypto/random-gcrypt.c
migration/multifd: sync packet_num after all thread are done
[qemu.git] / crypto / random-gcrypt.c
index 9f1c9ee60ebbe8891e50c7f42675f28148487083..7aea4ac81f22ab5193f38cbd6f1d791c44f65fb2 100644 (file)
@@ -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)
 {
This page took 0.024232 seconds and 4 git commands to generate.