diff options
Diffstat (limited to 'sys/opencrypto/xform.h')
-rw-r--r-- | sys/opencrypto/xform.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/opencrypto/xform.h b/sys/opencrypto/xform.h index e0b6397..185e203 100644 --- a/sys/opencrypto/xform.h +++ b/sys/opencrypto/xform.h @@ -33,7 +33,9 @@ #include <sys/md5.h> #include <crypto/sha1.h> -#include <crypto/sha2/sha2.h> +#include <crypto/sha2/sha256.h> +#include <crypto/sha2/sha384.h> +#include <crypto/sha2/sha512.h> #include <opencrypto/rmd160.h> #include <opencrypto/gmac.h> |