diff options
author | ume <ume@FreeBSD.org> | 2005-03-11 12:37:07 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-03-11 12:37:07 +0000 |
commit | 4319b5fb5e160e2be5ff7b12e86441ffae879993 (patch) | |
tree | 2ca524f4eb9697cb8e44dcb16dcb5bd954060917 /sys/opencrypto | |
parent | 364f261bed3d4f605e8a6613b88275abb211a816 (diff) | |
download | FreeBSD-src-4319b5fb5e160e2be5ff7b12e86441ffae879993.zip FreeBSD-src-4319b5fb5e160e2be5ff7b12e86441ffae879993.tar.gz |
refer opencrypto/cast.h directly.
Diffstat (limited to 'sys/opencrypto')
-rw-r--r-- | sys/opencrypto/cryptosoft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/opencrypto/cryptosoft.c b/sys/opencrypto/cryptosoft.c index db3cd75..d251d96 100644 --- a/sys/opencrypto/cryptosoft.c +++ b/sys/opencrypto/cryptosoft.c @@ -35,9 +35,9 @@ __FBSDID("$FreeBSD$"); #include <sys/uio.h> #include <crypto/blowfish/blowfish.h> -#include <crypto/cast128/cast128.h> #include <crypto/sha1.h> #include <opencrypto/rmd160.h> +#include <opencrypto/cast.h> #include <opencrypto/skipjack.h> #include <sys/md5.h> |