diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-02-12 14:31:46 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-02-12 14:31:46 +0000 |
commit | 7d0764c6cc6f70918f2dd305669809041e80881f (patch) | |
tree | bf95fe7032bfdb0bf45884fe8dc960321ffe473d /sys/arch/i386/pci | |
parent | b19b2372d9ea48e52c011cd523dabc366620c7fd (diff) |
Enable the AES acceleration. Won't be picked up for IPsec, since we
don't support the other required operations in the driver, but will be
used by OpenSSL.
ok deraadt@
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/glxsb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/glxsb.c b/sys/arch/i386/pci/glxsb.c index 3e6eb65fbe9..5bb52d2730f 100644 --- a/sys/arch/i386/pci/glxsb.c +++ b/sys/arch/i386/pci/glxsb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: glxsb.c,v 1.6 2007/01/19 19:59:09 tom Exp $ */ +/* $OpenBSD: glxsb.c,v 1.7 2007/02/12 14:31:45 tom Exp $ */ /* * Copyright (c) 2006 Tom Cosgrove <tom@openbsd.org> @@ -39,7 +39,6 @@ #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> -#undef CRYPTO /* XXX AES support not yet ready XXX */ #ifdef CRYPTO #include <crypto/cryptodev.h> #include <crypto/rijndael.h> |