]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
more verbose if the PCLMUL instruction is detected.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 5 Jun 2011 02:39:50 +0000 (04:39 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 5 Jun 2011 02:39:50 +0000 (04:39 +0200)
lib/accelerated/intel/aes-x86.c

index a04ffd4210cc430a5f08fa813d5923b15112ae92..5f3cc91cc30abec4d9d1421574851e3b7d5575e7 100644 (file)
@@ -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);