Page MenuHomeFreeBSD

D33994.id.diff
No OneTemporary

D33994.id.diff

diff --git a/sys/opencrypto/xform_aes_cbc.c b/sys/opencrypto/xform_aes_cbc.c
--- a/sys/opencrypto/xform_aes_cbc.c
+++ b/sys/opencrypto/xform_aes_cbc.c
@@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/types.h>
#include <crypto/rijndael/rijndael.h>
#include <opencrypto/xform_enc.h>
diff --git a/sys/opencrypto/xform_cml.c b/sys/opencrypto/xform_cml.c
--- a/sys/opencrypto/xform_cml.c
+++ b/sys/opencrypto/xform_cml.c
@@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/types.h>
#include <crypto/camellia/camellia.h>
#include <opencrypto/xform_enc.h>
diff --git a/sys/opencrypto/xform_deflate.c b/sys/opencrypto/xform_deflate.c
--- a/sys/opencrypto/xform_deflate.c
+++ b/sys/opencrypto/xform_deflate.c
@@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/types.h>
#include <opencrypto/deflate.h>
#include <opencrypto/xform_comp.h>
diff --git a/sys/opencrypto/xform_gmac.c b/sys/opencrypto/xform_gmac.c
--- a/sys/opencrypto/xform_gmac.c
+++ b/sys/opencrypto/xform_gmac.c
@@ -52,6 +52,7 @@
#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 = {
diff --git a/sys/opencrypto/xform_rmd160.c b/sys/opencrypto/xform_rmd160.c
--- a/sys/opencrypto/xform_rmd160.c
+++ b/sys/opencrypto/xform_rmd160.c
@@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/types.h>
#include <opencrypto/rmd160.h>
#include <opencrypto/xform_auth.h>
diff --git a/sys/opencrypto/xform_sha1.c b/sys/opencrypto/xform_sha1.c
--- a/sys/opencrypto/xform_sha1.c
+++ b/sys/opencrypto/xform_sha1.c
@@ -50,6 +50,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/types.h>
#include <crypto/sha1.h>
#include <opencrypto/xform_auth.h>
diff --git a/sys/opencrypto/xform_sha2.c b/sys/opencrypto/xform_sha2.c
--- a/sys/opencrypto/xform_sha2.c
+++ b/sys/opencrypto/xform_sha2.c
@@ -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>

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 22, 10:19 PM (5 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16781513
Default Alt Text
D33994.id.diff (2 KB)

Event Timeline