summaryrefslogtreecommitdiff
path: root/random/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'random/random.h')
-rw-r--r--random/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/random/random.h b/random/random.h
index 5dbdf953..ee05cfe3 100644
--- a/random/random.h
+++ b/random/random.h
@@ -60,7 +60,7 @@ gpg_err_code_t _gcry_rngdrbg_reinit (const char *flagstr,
/* private interfaces for testing of DRBG */
struct gcry_drbg_test_vector
{
- u32 flags;
+ const char *flagstr;
unsigned char *entropy;
size_t entropylen;
unsigned char *entpra;