From 9b151fdc3fb1f3f934dbe98a3f55a7bc7c6a4c0714c7c3083a1e953574fd6acf Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 11 May 2014 13:59:51 +0000 Subject: [PATCH] Accepting request 233464 from home:tittiatcoke:branches:devel:libraries:c_c++ As reported via email, libgcrypt has an inconsistency in the 0007-*patch that was added last. This correction fixes the build failures we are currently seeing in Factory, etc. At least when build against libgcrypt with this patch, the error no longer occurs. However I can not see if this change has any other effect at the moment. OBS-URL: https://build.opensuse.org/request/show/233464 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=53 --- 0007-User-interface-to-DRBG.patch | 2 +- libgcrypt.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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