aboutsummaryrefslogtreecommitdiff
path: root/src/tools/connection_patcher/Helper.hpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-12-29 12:50:12 +0100
committerShauren <shauren.trinity@gmail.com>2017-12-29 12:50:12 +0100
commitb49fa9658a436c31ffc40100d5a55bee5a3f861e (patch)
tree38e79bad5feff33da73f3901e957bcbf91bc8060 /src/tools/connection_patcher/Helper.hpp
parent02022d3cd65f072874e9f5de061e0b158b6eb634 (diff)
Tools/Patcher: Properly sign certificate bundle7.2.5/24742
Diffstat (limited to 'src/tools/connection_patcher/Helper.hpp')
-rw-r--r--src/tools/connection_patcher/Helper.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/connection_patcher/Helper.hpp b/src/tools/connection_patcher/Helper.hpp
index 1771d431d61..bd7652c8101 100644
--- a/src/tools/connection_patcher/Helper.hpp
+++ b/src/tools/connection_patcher/Helper.hpp
@@ -38,7 +38,6 @@ namespace Connection_Patcher
void CopyDir(boost::filesystem::path const & source, boost::filesystem::path const & destination);
void DownloadFile(const std::string& serverName, int port, const std::string& getCommand, std::ostream& out);
Constants::BinaryTypes GetBinaryType(std::vector<unsigned char> const& data);
- std::string GetFileChecksum(std::vector<unsigned char> const& data);
std::set<size_t> SearchOffset(std::vector<unsigned char> const& binary, std::vector<unsigned char> const& pattern);
uint32_t GetBuildNumber(std::vector<unsigned char> const& binary);
}