diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2016-08-19 06:40:55 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2016-08-19 06:40:55 +0000 |
commit | 0aff1b6b30e5f63757d0513a07407641ae3c30a1 (patch) | |
tree | b2679da9a2091ecbf9c482616547ac0b97ead68c /protocols/AimOscar/src/stdafx.h | |
parent | 55c361e8ceefcda79be036e1ee55da8b2206ab6b (diff) |
protocols:
aim:
added missed mir_base64_decode for cookie decoding
clientlogin is working now for both ssl and plain mode
git-svn-id: http://svn.miranda-ng.org/main/trunk@17193 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/stdafx.h')
-rwxr-xr-x | protocols/AimOscar/src/stdafx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/AimOscar/src/stdafx.h b/protocols/AimOscar/src/stdafx.h index da3b5b7eb2..42beead6a0 100755 --- a/protocols/AimOscar/src/stdafx.h +++ b/protocols/AimOscar/src/stdafx.h @@ -74,9 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "ui.h"
#include "version.h"
-//openssl
-#include <openssl/hmac.h>
-
// Protocol limits
#define MAX_SCREEN_NAME_LENGTH 97
#define MAX_GROUP_NAME_LENGTH 48
|