Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142213285
D33993.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
674 B
Referenced Files
None
Subscribers
None
D33993.diff
View Options
diff --git a/sys/opencrypto/xform.h b/sys/opencrypto/xform.h
--- a/sys/opencrypto/xform.h
+++ b/sys/opencrypto/xform.h
@@ -42,8 +42,4 @@
#include <opencrypto/xform_comp.h>
#include <opencrypto/xform_enc.h>
-#ifdef _KERNEL
-#include <sys/malloc.h>
-MALLOC_DECLARE(M_XDATA);
-#endif
#endif /* _CRYPTO_XFORM_H_ */
diff --git a/sys/opencrypto/xform.c b/sys/opencrypto/xform.c
--- a/sys/opencrypto/xform.c
+++ b/sys/opencrypto/xform.c
@@ -69,8 +69,6 @@
#include <opencrypto/cryptodev.h>
#include <opencrypto/xform.h>
-MALLOC_DEFINE(M_XDATA, "xform", "xform data buffers");
-
/* Include the encryption algorithms */
#include "xform_null.c"
#include "xform_aes_cbc.c"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 18, 8:08 AM (10 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27706853
Default Alt Text
D33993.diff (674 B)
Attached To
Mode
D33993: Retire now-unused M_XDATA.
Attached
Detach File
Event Timeline
Log In to Comment