Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F104002880
D34021.id101935.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
675 B
Referenced Files
None
Subscribers
None
D34021.id101935.diff
View Options
diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h
--- a/sys/opencrypto/cryptodev.h
+++ b/sys/opencrypto/cryptodev.h
@@ -70,6 +70,8 @@
#ifdef _KERNEL
#include <opencrypto/_cryptodev.h>
#include <sys/_task.h>
+#include <sys/libkern.h>
+#include <sys/time.h>
#endif
/* Some initial values */
@@ -603,7 +605,9 @@
const struct auth_hash *crypto_auth_hash(const struct crypto_session_params *csp);
const struct enc_xform *crypto_cipher(const struct crypto_session_params *csp);
+#ifdef MALLOC_DECLARE
MALLOC_DECLARE(M_CRYPTO_DATA);
+#endif
int crypto_newsession(crypto_session_t *cses,
const struct crypto_session_params *params, int crid);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 3, 6:41 AM (12 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15002212
Default Alt Text
D34021.id101935.diff (675 B)
Attached To
Mode
D34021: opencrypto/cryptodev.h: Add includes to make more self-contained.
Attached
Detach File
Event Timeline
Log In to Comment