From 79fd24af14e0ef21e721214e7f71e70722aac03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Lowas-Rzechonek?= Date: Thu, 3 Oct 2019 13:07:45 -0700 Subject: [PATCH] mesh: Remove unused defines --- mesh/crypto.c | 10 ---------- 1 file changed, 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 #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.47.3