diff --git a/0007-User-interface-to-DRBG.patch b/0007-User-interface-to-DRBG.patch index 4018e48..e6a153d 100644 --- a/0007-User-interface-to-DRBG.patch +++ b/0007-User-interface-to-DRBG.patch @@ -147,7 +147,7 @@ index c84a3f7..2a17dcd 100644 +/* DRBG input data structure for DRBG generate with additional information + * string */ +struct drbg_gen { -+ unsigned char *outbuf; /* output buffer for random numbers */ ++ void *outbuf; /* output buffer for random numbers */ + unsigned int outlen; /* size of output buffer */ + struct drbg_string *addtl; /* input buffer for + * additional information string */ diff --git a/libgcrypt.changes b/libgcrypt.changes index 0adb9fc..521ebc8 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 12 13:25:33 UTC 2014 - tittiatcoke@gmail.com + +- Correct patch 0007-User-interface-to-DRBG.patch so that the + struct used in the route matches the header of the function + ------------------------------------------------------------------- Tue May 6 13:28:33 UTC 2014 - vcizek@suse.com