From ea12ff233b985bd9db6f99eee07fefde80811a94 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 2 Sep 2009 18:14:10 -0500 Subject: [8450] Prevented using of plaintext passwords in sql queries Author: arrai --HG-- branch : trunk --- src/shared/Util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/Util.h') diff --git a/src/shared/Util.h b/src/shared/Util.h index 91f7c95b5ab..04be6e93bed 100644 --- a/src/shared/Util.h +++ b/src/shared/Util.h @@ -291,6 +291,7 @@ void vutf8printf(FILE *out, const char *str, va_list* ap); bool IsIPAddress(char const* ipaddress); uint32 CreatePIDFile(const std::string& filename); +void hexEncodeByteArray(uint8* bytes, uint32 arrayLen, std::string& result); #endif //handler for operations on large flags -- cgit v1.2.3