From 364799200d1fa8bfa159b6941cb74156bbfa7ec1 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 16 Feb 2011 18:31:31 +0100 Subject: Add GCRYCTL_DISABLE_HWF This option is useful to disable detected hardware features. It has been implemented in benchmark, so that it is now possible to run tests/benchmark --disable-hwf intel-aesni cipher aes aes192 aes256 to compare the use of AES-NI insns to the pure C code. --- compat/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/compat.c b/compat/compat.c index 4a38ec7c..076f5201 100644 --- a/compat/compat.c +++ b/compat/compat.c @@ -29,7 +29,7 @@ _gcry_compat_identification (void) "\n\n" "This is Libgcrypt - The GNU Crypto Library\n" "Copyright 2000, 2002, 2003, 2004, 2007, 2008, 2009,\n" - " 2010 Free Software Foundation, Inc.\n" + " 2010, 2011 Free Software Foundation, Inc.\n" "\n\n"; return blurb; } -- cgit v1.2.1