[libgda] Correction for bug #652023



commit 3dd70966c3771bcab95d8529e545677a7c672121
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Jun 7 18:42:20 2011 +0200

    Correction for bug #652023

 providers/sqlcipher/sqlcipher.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/providers/sqlcipher/sqlcipher.patch b/providers/sqlcipher/sqlcipher.patch
index 6e3f249..0136301 100644
--- a/providers/sqlcipher/sqlcipher.patch
+++ b/providers/sqlcipher/sqlcipher.patch
@@ -1009,7 +1009,7 @@
 +}
 +
 +
-+static int codec_hmac(cipher_ctx *ctx, Pgno pgno, unsigned char *in, int in_sz, unsigned char *out) {
++static void codec_hmac(cipher_ctx *ctx, Pgno pgno, unsigned char *in, int in_sz, unsigned char *out) {
 +  HMAC_CTX hctx;
 +  HMAC_CTX_init(&hctx);
 +  HMAC_Init_ex(&hctx, ctx->hmac_key, ctx->key_sz, EVP_sha1(), NULL); 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]