]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed old check for nettle
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 27 May 2014 14:33:02 +0000 (16:33 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 27 May 2014 14:33:02 +0000 (16:33 +0200)
lib/accelerated/accelerated.c

index aa7044990cbcb8d7af992e06251ff48c8f90e57c..dd97adb6a38c2e07e6821b597c848fdaee201ac0 100644 (file)
@@ -29,7 +29,7 @@
 
 void _gnutls_register_accel_crypto(void)
 {
-#if defined(ASM_X86) && defined(ENABLE_NETTLE)
+#if defined(ASM_X86)
        if (gnutls_have_cpuid() != 0) {
                register_x86_crypto();
        }