diff options
Diffstat (limited to 'sys/dev/pci/ubsec.c')
-rw-r--r-- | sys/dev/pci/ubsec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/ubsec.c b/sys/dev/pci/ubsec.c index 9307d1fe4a8..a9020f7e615 100644 --- a/sys/dev/pci/ubsec.c +++ b/sys/dev/pci/ubsec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubsec.c,v 1.165 2020/01/10 23:09:23 cheloha Exp $ */ +/* $OpenBSD: ubsec.c,v 1.166 2020/05/29 04:42:25 deraadt Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) @@ -50,7 +50,6 @@ #include <crypto/cryptodev.h> #include <crypto/cryptosoft.h> -#include <dev/rndvar.h> #include <crypto/md5.h> #include <crypto/sha1.h> |