]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Remove empty gost_grasshopper_mac.* files
authorVitaly Chikunov <vt@altlinux.org>
Wed, 25 Jul 2018 05:51:54 +0000 (08:51 +0300)
committerVitaly Chikunov <vt@altlinux.org>
Wed, 25 Jul 2018 08:00:00 +0000 (11:00 +0300)
CMakeLists.txt
gost_grasshopper_mac.c [deleted file]
gost_grasshopper_mac.h [deleted file]

index 24377523a1a9d8c24c4273fb3e52100b0bb2cb12..8c9c8954c141acd6084953e57c78d6706e959fdb 100644 (file)
@@ -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 (file)
index d00f07b..0000000
+++ /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 (file)
index 7e9969e..0000000
+++ /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