Diff between c75605726e7281b68cc4dee4e895d3386ba7708f and 79fd24af14e0ef21e721214e7f71e70722aac03e

Changed Files

File Additions Deletions Status
mesh/crypto.c +0 -10 modified

Full Patch

diff --git a/mesh/crypto.c b/mesh/crypto.c
index cebdffe..15ee673 100644
--- a/mesh/crypto.c
+++ b/mesh/crypto.c
@@ -26,20 +26,10 @@
 #include <sys/socket.h>
 #include <ell/ell.h>
 
-#include <linux/if_alg.h>
-
 #include "mesh/mesh-defs.h"
 #include "mesh/net.h"
 #include "mesh/crypto.h"
 
-#ifndef SOL_ALG
-#define SOL_ALG		279
-#endif
-
-#ifndef ALG_SET_AEAD_AUTHSIZE
-#define ALG_SET_AEAD_AUTHSIZE	5
-#endif
-
 /* Multiply used Zero array */
 static const uint8_t zero[16] = { 0, };