1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
--- sys/fs/pefs/pefs_aesni.h.orig +++ sys/fs/pefs/pefs_aesni.h @@ -26,6 +26,8 @@ * $FreeBSD$ */ +#ifdef PEFS_AESNI + #include <crypto/aesni/aesni.h> struct pefs_aesni_ctx { @@ -41,3 +43,5 @@ u_int fpu_cpuid; int fpu_saved; }; + +#endif