From 767ac3fdf61c3aaec9069a9a42bbb39b3b772574 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Wed, 25 Jul 2018 08:51:54 +0300 Subject: [PATCH] Remove empty gost_grasshopper_mac.* files --- CMakeLists.txt | 2 -- gost_grasshopper_mac.c | 17 ----------------- gost_grasshopper_mac.h | 19 ------------------- 3 files changed, 38 deletions(-) delete mode 100644 gost_grasshopper_mac.c delete mode 100644 gost_grasshopper_mac.h diff --git a/CMakeLists.txt b/CMakeLists.txt index 2437752..8c9c895 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,8 +68,6 @@ set(GOST_GRASSHOPPER_SOURCE_FILES gost_grasshopper_precompiled.c gost_grasshopper_cipher.h gost_grasshopper_cipher.c - gost_grasshopper_mac.h - gost_grasshopper_mac.c ) set(GOST_CORE_SOURCE_FILES diff --git a/gost_grasshopper_mac.c b/gost_grasshopper_mac.c deleted file mode 100644 index d00f07b..0000000 --- a/gost_grasshopper_mac.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Maxim Tishkov 2016 - * This file is distributed under the same license as OpenSSL - */ - -#if defined(__cplusplus) -extern "C" { -#endif - -#include "gost_grasshopper_mac.h" - - - -#if defined(__cplusplus) -} -#endif - diff --git a/gost_grasshopper_mac.h b/gost_grasshopper_mac.h deleted file mode 100644 index 7e9969e..0000000 --- a/gost_grasshopper_mac.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Maxim Tishkov 2016 - * This file is distributed under the same license as OpenSSL - */ - -#ifndef GOST_GRASSHOPPER_MAC_H -#define GOST_GRASSHOPPER_MAC_H - -#if defined(__cplusplus) -extern "C" { -#endif - - - -#if defined(__cplusplus) -} -#endif - -#endif -- 2.39.2