diff options
Diffstat (limited to 'sys/arch/amd64/amd64/aesni.c')
-rw-r--r-- | sys/arch/amd64/amd64/aesni.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/aesni.c b/sys/arch/amd64/amd64/aesni.c index e96b8b7398d..7a47fe4baa7 100644 --- a/sys/arch/amd64/amd64/aesni.c +++ b/sys/arch/amd64/amd64/aesni.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aesni.c,v 1.29 2014/11/18 15:18:01 mikeb Exp $ */ +/* $OpenBSD: aesni.c,v 1.30 2014/11/18 20:51:00 krw Exp $ */ /*- * Copyright (c) 2003 Jason Wright * Copyright (c) 2003, 2004 Theo de Raadt @@ -26,7 +26,6 @@ #include <sys/malloc.h> #include <sys/pool.h> #include <sys/mbuf.h> -#include <sys/pool.h> #include <crypto/cryptodev.h> #include <crypto/rijndael.h> |