Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110630291
D34022.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D34022.diff
View Options
diff --git a/sys/opencrypto/xform_auth.h b/sys/opencrypto/xform_auth.h
--- a/sys/opencrypto/xform_auth.h
+++ b/sys/opencrypto/xform_auth.h
@@ -31,8 +31,7 @@
#ifndef _CRYPTO_XFORM_AUTH_H_
#define _CRYPTO_XFORM_AUTH_H_
-#include <sys/malloc.h>
-#include <sys/errno.h>
+#include <sys/types.h>
#include <crypto/sha1.h>
#include <crypto/sha2/sha224.h>
diff --git a/sys/opencrypto/xform_comp.h b/sys/opencrypto/xform_comp.h
--- a/sys/opencrypto/xform_comp.h
+++ b/sys/opencrypto/xform_comp.h
@@ -31,8 +31,7 @@
#ifndef _CRYPTO_XFORM_COMP_H_
#define _CRYPTO_XFORM_COMP_H_
-#include <sys/malloc.h>
-#include <sys/errno.h>
+#include <sys/types.h>
#include <opencrypto/deflate.h>
#include <opencrypto/cryptodev.h>
diff --git a/sys/opencrypto/xform_enc.h b/sys/opencrypto/xform_enc.h
--- a/sys/opencrypto/xform_enc.h
+++ b/sys/opencrypto/xform_enc.h
@@ -31,8 +31,8 @@
#ifndef _CRYPTO_XFORM_ENC_H_
#define _CRYPTO_XFORM_ENC_H_
-#include <sys/malloc.h>
-#include <sys/errno.h>
+#include <sys/types.h>
+
#include <crypto/rijndael/rijndael.h>
#include <crypto/camellia/camellia.h>
#include <opencrypto/cryptodev.h>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 4:15 AM (4 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16765682
Default Alt Text
D34022.diff (1 KB)
Attached To
Mode
D34022: opencrypto/xform_*.h: Trim scope of included headers.
Attached
Detach File
Event Timeline
Log In to Comment