summaryrefslogtreecommitdiff
path: root/src/core/stdcrypt
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 14:15:09 +0300
commita27079fe5c4a210664515c47767c00112c435d65 (patch)
tree39e36b58b4138af46e2f10661de352482b89399d /src/core/stdcrypt
parent87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff)
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'src/core/stdcrypt')
-rw-r--r--src/core/stdcrypt/CMakeLists.txt2
-rw-r--r--src/core/stdcrypt/src/Rijndael.cpp2
-rw-r--r--src/core/stdcrypt/src/Rijndael.h2
-rw-r--r--src/core/stdcrypt/src/encrypt.cpp2
-rw-r--r--src/core/stdcrypt/src/main.cpp2
-rw-r--r--src/core/stdcrypt/src/stdafx.cxx2
-rw-r--r--src/core/stdcrypt/src/stdafx.h2
-rw-r--r--src/core/stdcrypt/src/stdcrypt.h2
-rw-r--r--src/core/stdcrypt/src/utils.cpp2
-rw-r--r--src/core/stdcrypt/src/version.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/core/stdcrypt/CMakeLists.txt b/src/core/stdcrypt/CMakeLists.txt
index 8ae7b3503a..1a36c1921c 100644
--- a/src/core/stdcrypt/CMakeLists.txt
+++ b/src/core/stdcrypt/CMakeLists.txt
@@ -1,3 +1,3 @@
-set(TARGET StdCrypt)
+set(TARGET StdCrypt)
include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
target_link_libraries(${TARGET} Zlib) \ No newline at end of file
diff --git a/src/core/stdcrypt/src/Rijndael.cpp b/src/core/stdcrypt/src/Rijndael.cpp
index e323cf8715..510af48871 100644
--- a/src/core/stdcrypt/src/Rijndael.cpp
+++ b/src/core/stdcrypt/src/Rijndael.cpp
@@ -1,4 +1,4 @@
-
+
#include "stdafx.h"
static const int sm_alog[256] =
diff --git a/src/core/stdcrypt/src/Rijndael.h b/src/core/stdcrypt/src/Rijndael.h
index b6051ae56f..a69409b929 100644
--- a/src/core/stdcrypt/src/Rijndael.h
+++ b/src/core/stdcrypt/src/Rijndael.h
@@ -1,4 +1,4 @@
-
+
//Rijndael.h
#ifndef __RIJNDAEL_H__
diff --git a/src/core/stdcrypt/src/encrypt.cpp b/src/core/stdcrypt/src/encrypt.cpp
index 2c61eab5d6..3439772592 100644
--- a/src/core/stdcrypt/src/encrypt.cpp
+++ b/src/core/stdcrypt/src/encrypt.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdcrypt/src/main.cpp b/src/core/stdcrypt/src/main.cpp
index b3a39ad7f9..48983fceb7 100644
--- a/src/core/stdcrypt/src/main.cpp
+++ b/src/core/stdcrypt/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Standard encryption plugin for Miranda NG
Copyright (C) 2012-17 George Hazan
diff --git a/src/core/stdcrypt/src/stdafx.cxx b/src/core/stdcrypt/src/stdafx.cxx
index 5f644fdff3..a27b824da7 100644
--- a/src/core/stdcrypt/src/stdafx.cxx
+++ b/src/core/stdcrypt/src/stdafx.cxx
@@ -1 +1 @@
-#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdcrypt/src/stdafx.h b/src/core/stdcrypt/src/stdafx.h
index c4c27c2c93..1bf58f4393 100644
--- a/src/core/stdcrypt/src/stdafx.h
+++ b/src/core/stdcrypt/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdcrypt/src/stdcrypt.h b/src/core/stdcrypt/src/stdcrypt.h
index f7a825bc37..9465ac86e2 100644
--- a/src/core/stdcrypt/src/stdcrypt.h
+++ b/src/core/stdcrypt/src/stdcrypt.h
@@ -1,4 +1,4 @@
-/*
+/*
Standard encryption plugin for Miranda NG
Copyright (C) 2012-17 George Hazan
diff --git a/src/core/stdcrypt/src/utils.cpp b/src/core/stdcrypt/src/utils.cpp
index e671a838a1..27e641d1cd 100644
--- a/src/core/stdcrypt/src/utils.cpp
+++ b/src/core/stdcrypt/src/utils.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdcrypt/src/version.h b/src/core/stdcrypt/src/version.h
index d8bd2a7209..a45c96afb9 100644
--- a/src/core/stdcrypt/src/version.h
+++ b/src/core/stdcrypt/src/version.h
@@ -1,4 +1,4 @@
-#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING