summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/opencrypto/xform_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/opencrypto/xform_auth.h')
-rw-r--r--freebsd/sys/opencrypto/xform_auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/opencrypto/xform_auth.h b/freebsd/sys/opencrypto/xform_auth.h
index 06183868..9af0f8e6 100644
--- a/freebsd/sys/opencrypto/xform_auth.h
+++ b/freebsd/sys/opencrypto/xform_auth.h
@@ -36,6 +36,7 @@
#include <sys/md5.h>
#include <crypto/sha1.h>
+#include <crypto/sha2/sha224.h>
#include <crypto/sha2/sha256.h>
#include <crypto/sha2/sha384.h>
#include <crypto/sha2/sha512.h>
@@ -89,6 +90,7 @@ union authctx {
MD5_CTX md5ctx;
SHA1_CTX sha1ctx;
RMD160_CTX rmd160ctx;
+ SHA224_CTX sha224ctx;
SHA256_CTX sha256ctx;
SHA384_CTX sha384ctx;
SHA512_CTX sha512ctx;