From: Nikos Mavrogiannopoulos Date: Sun, 5 Jun 2011 02:39:50 +0000 (+0200) Subject: more verbose if the PCLMUL instruction is detected. X-Git-Tag: gnutls_2_99_3~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28784bdca2d34ecd4b45478a0f7ef456e3897994;p=thirdparty%2Fgnutls.git more verbose if the PCLMUL instruction is detected. --- diff --git a/lib/accelerated/intel/aes-x86.c b/lib/accelerated/intel/aes-x86.c index a04ffd4210..5f3cc91cc3 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);