From 8fcdef25a27220b9e85f1c91e05fe0b2d16821a0 Mon Sep 17 00:00:00 2001
From: Constantin Papizh <p.const@bk.ru>
Date: Thu, 21 May 2020 02:27:54 +0300
Subject: [PATCH] Errors fixed

---
 dap-sdk/crypto/src/salsa2012/crypto_stream_salsa2012.h | 1 -
 dap-sdk/crypto/src/salsa2012/stream_salsa2012_ref.c    | 2 --
 2 files changed, 3 deletions(-)

diff --git a/dap-sdk/crypto/src/salsa2012/crypto_stream_salsa2012.h b/dap-sdk/crypto/src/salsa2012/crypto_stream_salsa2012.h
index 9722d8d1fa..01694eb21e 100644
--- a/dap-sdk/crypto/src/salsa2012/crypto_stream_salsa2012.h
+++ b/dap-sdk/crypto/src/salsa2012/crypto_stream_salsa2012.h
@@ -10,7 +10,6 @@
  */
 
 #include <stddef.h>
-#include <stddef.h>
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/dap-sdk/crypto/src/salsa2012/stream_salsa2012_ref.c b/dap-sdk/crypto/src/salsa2012/stream_salsa2012_ref.c
index 5937c63ba0..cc85f41a22 100644
--- a/dap-sdk/crypto/src/salsa2012/stream_salsa2012_ref.c
+++ b/dap-sdk/crypto/src/salsa2012/stream_salsa2012_ref.c
@@ -8,8 +8,6 @@ Public domain.
 
 #include "crypto_core_salsa2012.h"
 #include "crypto_stream_salsa2012.h"
-#include "utils.h"
-
 
 /**
  * @brief generate gamma bytes
-- 
GitLab