amd64/identcpu.c: Missing #ifdef CRYPTO for amd64_has_aesni

2013-04-08 Thread Silamael
Hi there, I think the check whether the CPU has AES builtin misses an #ifdef CRYPTO as it is there for the declaration of amd64_has_aesni. -- Matthias Index: identcpu.c === RCS file: /cvs/src/sys/arch/amd64/amd64/identcpu.c,v

Re: amd64/identcpu.c: Missing #ifdef CRYPTO for amd64_has_aesni

2013-04-08 Thread Philip Guenther
On Mon, Apr 8, 2013 at 6:17 AM, Silamael silam...@coronamundi.de wrote: I think the check whether the CPU has AES builtin misses an #ifdef CRYPTO as it is there for the declaration of amd64_has_aesni. Yep. Diff committed. Thanks! Philip Guenther