diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2020-05-20 22:25:41 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2020-05-20 22:25:41 +0000 |
| commit | 4f98ffdd1da28744fbcf31d3d818fc17ea30cb5e (patch) | |
| tree | 7789d34ca601b09277df736269ad69fb83166962 /sys | |
| parent | 2c6d9dc0bbd887a50e7ff0c6af3499ff265f1a16 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/opencrypto/xform_enc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/opencrypto/xform_enc.h b/sys/opencrypto/xform_enc.h index 33a61c3ae13b..05c0cdadc070 100644 --- a/sys/opencrypto/xform_enc.h +++ b/sys/opencrypto/xform_enc.h @@ -36,6 +36,9 @@ #include <crypto/rijndael/rijndael.h> #include <crypto/camellia/camellia.h> #include <opencrypto/cryptodev.h> +#ifdef _STANDALONE +#include <stand.h> +#endif #define AESICM_BLOCKSIZE AES_BLOCK_LEN #define AES_XTS_BLOCKSIZE 16 |
