diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-29 01:22:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-29 01:22:54 +0000 |
commit | 81f2b836054e2a8c21f11e35c52aed36db438a78 (patch) | |
tree | dd036ffe8af4877ff654b8c26c59b950e38d87af /sys/crypto | |
parent | 0ddcfef3792839b9c14f3078ecafe4c53557bf9e (diff) |
rndvar.h not needed here
Diffstat (limited to 'sys/crypto')
-rw-r--r-- | sys/crypto/cryptosoft.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/crypto/cryptosoft.c b/sys/crypto/cryptosoft.c index 2856a73ccde..00d1d519d4c 100644 --- a/sys/crypto/cryptosoft.c +++ b/sys/crypto/cryptosoft.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptosoft.c,v 1.85 2019/01/09 12:11:38 mpi Exp $ */ +/* $OpenBSD: cryptosoft.c,v 1.86 2020/05/29 01:22:53 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) @@ -26,7 +26,6 @@ #include <sys/malloc.h> #include <sys/mbuf.h> #include <sys/errno.h> -#include <dev/rndvar.h> #include <crypto/md5.h> #include <crypto/sha1.h> #include <crypto/rmd160.h> |