xform_*.c: Add headers when needed to compile standalone.

Reviewed by:	markj
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D33994
This commit is contained in:
John Baldwin 2022-01-24 15:27:40 -08:00
parent 991b84eca9
commit faf470ffdc
7 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <crypto/rijndael/rijndael.h>
#include <opencrypto/xform_enc.h>

View File

@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <crypto/camellia/camellia.h>
#include <opencrypto/xform_enc.h>

View File

@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <opencrypto/deflate.h>
#include <opencrypto/xform_comp.h>

View File

@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$");
#include <opencrypto/gmac.h>
#include <opencrypto/xform_auth.h>
#include <opencrypto/xform_enc.h>
/* Encryption instances */
const struct enc_xform enc_xform_aes_nist_gmac = {

View File

@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <opencrypto/rmd160.h>
#include <opencrypto/xform_auth.h>

View File

@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <crypto/sha1.h>
#include <opencrypto/xform_auth.h>

View File

@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <crypto/sha2/sha224.h>
#include <crypto/sha2/sha256.h>
#include <crypto/sha2/sha384.h>