aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2017-11-25 02:39:27 +0100
committerAokromes <aokromes@gmail.com>2017-11-25 02:39:27 +0100
commit59e94fd9bb1ff82d9a34a6c693b680039c3a68b9 (patch)
tree627aeeacb534ec46311a48af626f5c253d773abe /src/common/Cryptography
parent5f2c5f2ed376bc2ab9107a4a8da7df04f8aef85a (diff)
Misc: More cleanup
Diffstat (limited to 'src/common/Cryptography')
-rw-r--r--src/common/Cryptography/Authentication/AuthCrypt.cpp1
-rw-r--r--src/common/Cryptography/BigNumber.cpp1
-rw-r--r--src/common/Cryptography/BigNumber.h1
-rw-r--r--src/common/Cryptography/HMACSHA1.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/common/Cryptography/Authentication/AuthCrypt.cpp b/src/common/Cryptography/Authentication/AuthCrypt.cpp
index 64d29782424..2b6eb3a5229 100644
--- a/src/common/Cryptography/Authentication/AuthCrypt.cpp
+++ b/src/common/Cryptography/Authentication/AuthCrypt.cpp
@@ -72,4 +72,3 @@ void AuthCrypt::EncryptSend(uint8 *data, size_t len)
_serverEncrypt.UpdateData(len, data);
}
-
diff --git a/src/common/Cryptography/BigNumber.cpp b/src/common/Cryptography/BigNumber.cpp
index c67e8c8fbbc..93463fedbd7 100644
--- a/src/common/Cryptography/BigNumber.cpp
+++ b/src/common/Cryptography/BigNumber.cpp
@@ -209,4 +209,3 @@ std::string BigNumber::AsDecStr() const
OPENSSL_free(ch);
return ret;
}
-
diff --git a/src/common/Cryptography/BigNumber.h b/src/common/Cryptography/BigNumber.h
index 8936ffffe53..0e68a760497 100644
--- a/src/common/Cryptography/BigNumber.h
+++ b/src/common/Cryptography/BigNumber.h
@@ -99,4 +99,3 @@ class TC_COMMON_API BigNumber
};
#endif
-
diff --git a/src/common/Cryptography/HMACSHA1.h b/src/common/Cryptography/HMACSHA1.h
index 972c9b02012..6b66a2a78d9 100644
--- a/src/common/Cryptography/HMACSHA1.h
+++ b/src/common/Cryptography/HMACSHA1.h
@@ -44,4 +44,3 @@ class TC_COMMON_API HmacHash
uint8 m_digest[SHA_DIGEST_LENGTH];
};
#endif
-