x64 fixICU fixes

git-svn-id: svn://db.shs.com.ru/pip@100 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-04-15 07:52:07 +00:00
parent 04481dd908
commit eb99c5752e
4 changed files with 9 additions and 87 deletions

View File

@@ -29,7 +29,7 @@ class PICrypt {
public:
PICrypt();
bool setKey(const PIByteArray & secret);
bool setKey(const PIByteArray & key);
PIByteArray setKey(const PIString & secret);
PIByteArray key() {return key_;}
PIByteArray crypt(const PIByteArray & data);