diff --git a/sys/opencrypto/xform_auth.h b/sys/opencrypto/xform_auth.h index 06183868611..9af0f8e6d15 100644 --- a/sys/opencrypto/xform_auth.h +++ b/sys/opencrypto/xform_auth.h @@ -36,6 +36,7 @@ #include #include +#include #include #include #include @@ -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;