|
@@ -9,6 +9,7 @@
|
|
|
*/
|
|
|
#include <linux/module.h>
|
|
|
#include <linux/string.h>
|
|
|
+#include <linux/cryptohash.h>
|
|
|
#include <linux/delay.h>
|
|
|
#include <linux/in6.h>
|
|
|
#include <linux/syscalls.h>
|
|
@@ -126,6 +127,9 @@ EXPORT_SYMBOL(__put_user_2);
|
|
|
EXPORT_SYMBOL(__put_user_4);
|
|
|
EXPORT_SYMBOL(__put_user_8);
|
|
|
|
|
|
+ /* crypto hash */
|
|
|
+EXPORT_SYMBOL(sha_transform);
|
|
|
+
|
|
|
/* gcc lib functions */
|
|
|
EXPORT_SYMBOL(__ashldi3);
|
|
|
EXPORT_SYMBOL(__ashrdi3);
|