freebsd-ports/sysutils/pefs-kmod/files/patch-pefs_aesni.h
Pav Lucistnik deeeeeb4cf - Update to 2012-06-21
Submitted by:	gleb (maintainer)
2012-06-20 20:35:06 +00:00

17 lines
255 B
C

--- 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