chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
transform: Provide Serpent-EAX transform
[secnet]
/
secnet.h
diff --git
a/secnet.h
b/secnet.h
index 5e66a175348c9bf6ccc84969a4e1a1632bd1d0ec..0433c1e2635b514ea20d2aa95738a46ab0bb3f8b 100644
(file)
--- a/
secnet.h
+++ b/
secnet.h
@@
-7,6
+7,8
@@
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
+#include <string.h>
+#include <assert.h>
#include <sys/poll.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/poll.h>
#include <sys/types.h>
#include <sys/time.h>
@@
-217,6
+219,7
@@
extern init_module random_module;
extern init_module udp_module;
extern init_module util_module;
extern init_module site_module;
extern init_module udp_module;
extern init_module util_module;
extern init_module site_module;
+extern init_module transform_eax_module;
extern init_module transform_cbcmac_module;
extern init_module netlink_module;
extern init_module rsa_module;
extern init_module transform_cbcmac_module;
extern init_module netlink_module;
extern init_module rsa_module;