gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-30-ga583d7e


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-30-ga583d7e
Date: Fri, 18 Dec 2009 10:03:32 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=a583d7e2f56b377bf53b0e9b91f981271831dfec

The branch, master has been updated
       via  a583d7e2f56b377bf53b0e9b91f981271831dfec (commit)
      from  46b51ce1f8054761d51cb149a338fae2068fe0c5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a583d7e2f56b377bf53b0e9b91f981271831dfec
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Dec 18 12:03:23 2009 +0200

    define EALG_MAX_BLOCK_LEN if not there.

-----------------------------------------------------------------------

Summary of changes:
 lib/cryptodev.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lib/cryptodev.c b/lib/cryptodev.c
index e72a2ac..ae5a05a 100644
--- a/lib/cryptodev.c
+++ b/lib/cryptodev.c
@@ -37,6 +37,10 @@
 # define CRYPTO_CIPHER_MAX_KEY_LEN 64
 #endif
 
+#ifndef EALG_MAX_BLOCK_LEN
+# define EALG_MAX_BLOCK_LEN 16
+#endif
+
 
 static int cryptodev_fd = -1;
 


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]