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-13-ge41855f


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-13-ge41855f
Date: Sun, 29 Nov 2009 22:25:13 +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=e41855f26a3ab2e8136c87e819002beca07afc53

The branch, master has been updated
       via  e41855f26a3ab2e8136c87e819002beca07afc53 (commit)
      from  cdfda9a68f5471af58c2cd2378b9bf8fb0007532 (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 e41855f26a3ab2e8136c87e819002beca07afc53
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Nov 30 00:25:01 2009 +0200

    corrected old type.

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

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

diff --git a/lib/cryptodev.c b/lib/cryptodev.c
index d8293bd..ebe1dfc 100644
--- a/lib/cryptodev.c
+++ b/lib/cryptodev.c
@@ -36,6 +36,7 @@
 # define CRYPTO_CIPHER_MAX_KEY_LEN 64
 #endif
 
+
 static int cryptodev_fd = -1;
 
 struct cryptodev_ctx {
@@ -152,7 +153,7 @@ struct cryptodev_ctx* ctx = _ctx;
        gnutls_free(ctx);
 }
 
-const static gnutls_crypto_single_cipher_st cipher_struct = {
+const static gnutls_crypto_cipher_st cipher_struct = {
        .init = cryptodev_cipher_init,
        .setkey = cryptodev_setkey,
        .setiv = cryptodev_setiv,
@@ -252,5 +253,4 @@ void _gnutls_cryptodev_deinit()
 {
        return;
 }
-
 #endif /* ENABLE_CRYPTODEV */


hooks/post-receive
-- 
GNU gnutls




reply via email to

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