Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153986319
D33994.id101757.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D33994.id101757.diff
View Options
Index: sys/opencrypto/xform_aes_cbc.c
===================================================================
--- sys/opencrypto/xform_aes_cbc.c
+++ 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>
Index: sys/opencrypto/xform_cml.c
===================================================================
--- sys/opencrypto/xform_cml.c
+++ 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>
Index: sys/opencrypto/xform_deflate.c
===================================================================
--- sys/opencrypto/xform_deflate.c
+++ 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>
Index: sys/opencrypto/xform_gmac.c
===================================================================
--- sys/opencrypto/xform_gmac.c
+++ 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 = {
Index: sys/opencrypto/xform_rmd160.c
===================================================================
--- sys/opencrypto/xform_rmd160.c
+++ 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>
Index: sys/opencrypto/xform_sha1.c
===================================================================
--- sys/opencrypto/xform_sha1.c
+++ 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>
Index: sys/opencrypto/xform_sha2.c
===================================================================
--- sys/opencrypto/xform_sha2.c
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 26, 6:42 AM (15 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32170425
Default Alt Text
D33994.id101757.diff (2 KB)
Attached To
Mode
D33994: xform_*.c: Add <sys/types.h> when needed to compile standalone.
Attached
Detach File
Event Timeline
Log In to Comment