summaryrefslogtreecommitdiff
path: root/mesh/crypto.c
diff options
context:
space:
mode:
authorMichaƂ Lowas-Rzechonek <michal.lowas-rzechonek@silvair.com>2019-10-03 13:07:45 -0700
committerBrian Gix <brian.gix@intel.com>2019-10-03 13:10:16 -0700
commit79fd24af14e0ef21e721214e7f71e70722aac03e (patch)
treeb9c7def391c182d6b6bf3f3e523eda4c780b115d /mesh/crypto.c
parentc75605726e7281b68cc4dee4e895d3386ba7708f (diff)
downloadbluez-79fd24af14e0ef21e721214e7f71e70722aac03e.tar.gz
mesh: Remove unused defines
Diffstat (limited to 'mesh/crypto.c')
-rw-r--r--mesh/crypto.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/mesh/crypto.c b/mesh/crypto.c
index cebdffe45..15ee6739d 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, };