summaryrefslogtreecommitdiff
path: root/protocols/AimOscar/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Gluzsky <sss123next@list.ru>2016-04-07 18:53:06 +0000
committerAlexander Gluzsky <sss123next@list.ru>2016-04-07 18:53:06 +0000
commit45795f0e01be0f51ac647cac4e7c35463f39636a (patch)
treea2e8dbd515f4006b09ff913e70a05214cf90b6a2 /protocols/AimOscar/src/stdafx.h
parent6d823d15030bc2ccb7237a15492d20a204244ce0 (diff)
aim:
"clientlogin": implemented hmac_sha256 "clientlogin" is fully implemented now //TODO: make some testing //TODO: turn it on git-svn-id: http://svn.miranda-ng.org/main/trunk@16607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/stdafx.h')
-rwxr-xr-xprotocols/AimOscar/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/AimOscar/src/stdafx.h b/protocols/AimOscar/src/stdafx.h
index 56246fc344..e76898dcbf 100755
--- a/protocols/AimOscar/src/stdafx.h
+++ b/protocols/AimOscar/src/stdafx.h
@@ -74,6 +74,9 @@ 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