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
This commit is contained in:
Stephan Kulow 2014-05-11 13:59:51 +00:00 committed by Git OBS Bridge
parent 0ee4a0f87b
commit 9b151fdc3f
2 changed files with 7 additions and 1 deletions

View File

@ -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 */

View File

@ -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