Page MenuHomeFreeBSD

D33993.diff
No OneTemporary

D33993.diff

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

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)

Event Timeline