diff options
Diffstat (limited to 'src/core/stdssl')
-rw-r--r-- | src/core/stdssl/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/netlibssl.cpp | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/core/stdssl/CMakeLists.txt b/src/core/stdssl/CMakeLists.txt index b0ff6ff2c3..6b2c0a91d0 100644 --- a/src/core/stdssl/CMakeLists.txt +++ b/src/core/stdssl/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdSSL) +set(TARGET StdSSL) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} ws2_32.lib secur32.lib crypt32.lib)
\ No newline at end of file diff --git a/src/core/stdssl/src/main.cpp b/src/core/stdssl/src/main.cpp index d453f9197f..584ff7335b 100644 --- a/src/core/stdssl/src/main.cpp +++ b/src/core/stdssl/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard SSL driver for Miranda NG
diff --git a/src/core/stdssl/src/netlibssl.cpp b/src/core/stdssl/src/netlibssl.cpp index fed2d0e4fd..8ae7efc144 100644 --- a/src/core/stdssl/src/netlibssl.cpp +++ b/src/core/stdssl/src/netlibssl.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdssl/src/stdafx.cxx b/src/core/stdssl/src/stdafx.cxx index f2abe4d94b..6f97ed9a4e 100644 --- a/src/core/stdssl/src/stdafx.cxx +++ b/src/core/stdssl/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
diff --git a/src/core/stdssl/src/stdafx.h b/src/core/stdssl/src/stdafx.h index 31daf35223..ee823b1323 100644 --- a/src/core/stdssl/src/stdafx.h +++ b/src/core/stdssl/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdssl/src/version.h b/src/core/stdssl/src/version.h index 611a211074..3029aeafe1 100644 --- a/src/core/stdssl/src/version.h +++ b/src/core/stdssl/src/version.h @@ -1,4 +1,4 @@ -
+
#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
|