From c4a13aabccee2f47149299a8215da039637e3e7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Lowas-Rzechonek?= Date: Thu, 3 Oct 2019 13:07:45 -0700 Subject: [PATCH] mesh: Remove unused defines Change-Id: Ide8c43fde71bd649a8624b2139860e98bc26d91f Signed-off-by: Anupam Roy --- mesh/crypto.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mesh/crypto.c b/mesh/crypto.c index 6292c1d..e74e8dd 100644 --- a/mesh/crypto.c +++ b/mesh/crypto.c @@ -25,20 +25,10 @@ #include #include -#include - #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, }; -- 2.7.4