changed: in Crypt:
renamed Hash() -> HashBin() HashBin() is using a binary output from OpenSSL now previously we are using the hex output and with the new OpenSSL version the text has additional characters and causes some problems added: HashHex() - it is using the HashBin() and then converts the output to hex format itself git-svn-id: svn://ttmath.org/publicrep/winix/trunk@891 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -21,7 +21,6 @@ struct Request;
|
||||
class Config;
|
||||
class Users;
|
||||
class Dirs;
|
||||
struct Synchro;
|
||||
class ThreadManager;
|
||||
|
||||
|
||||
@@ -53,7 +52,6 @@ private:
|
||||
Config * config;
|
||||
Dirs * dirs;
|
||||
Users * users;
|
||||
Synchro * synchro;
|
||||
ThreadManager * thread_manager;
|
||||
|
||||
NotifyThread notify_thread;
|
||||
|
Reference in New Issue
Block a user