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_99_2-65-g28784bd


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_99_2-65-g28784bd
Date: Sun, 05 Jun 2011 02:39:56 +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=28784bdca2d34ecd4b45478a0f7ef456e3897994

The branch, master has been updated
       via  28784bdca2d34ecd4b45478a0f7ef456e3897994 (commit)
      from  14f34688075542d4a239ba5f57ae8fb4a2ebe3d8 (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 28784bdca2d34ecd4b45478a0f7ef456e3897994
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Jun 5 04:39:50 2011 +0200

    more verbose if the PCLMUL instruction is detected.

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

Summary of changes:
 lib/accelerated/intel/aes-x86.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/accelerated/intel/aes-x86.c b/lib/accelerated/intel/aes-x86.c
index a04ffd4..5f3cc91 100644
--- a/lib/accelerated/intel/aes-x86.c
+++ b/lib/accelerated/intel/aes-x86.c
@@ -198,6 +198,7 @@ register_x86_crypto (void)
       if (check_pclmul ())
         {
           /* register GCM ciphers */
+          _gnutls_debug_log ("Intel GCM accelerator was detected\n");
           ret =
             gnutls_crypto_single_cipher_register (GNUTLS_CIPHER_AES_128_GCM,
                                                   80, &aes_gcm_struct);


hooks/post-receive
-- 
GNU gnutls



reply via email to

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