diff options
Diffstat (limited to 'src/common/Cryptography')
| -rw-r--r-- | src/common/Cryptography/Authentication/AuthCrypt.cpp | 1 | ||||
| -rw-r--r-- | src/common/Cryptography/BigNumber.cpp | 1 | ||||
| -rw-r--r-- | src/common/Cryptography/BigNumber.h | 1 | ||||
| -rw-r--r-- | src/common/Cryptography/HMACSHA1.h | 1 |
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 - |
