diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-11 14:49:21 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-11 14:49:21 +0000 |
commit | 8d17151c9e3500082f61f43fc0eee065ba794df8 (patch) | |
tree | b613183b109917d6612cf14f3ada8a79d2bbca9a /protocols/Skype/keypacker/stdafx.h | |
parent | e2d3722cccb735f101ca8955d050cc1cc82ecf1c (diff) |
original key don't included in clear
git-svn-id: http://svn.miranda-ng.org/main/trunk@2290 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/keypacker/stdafx.h')
-rw-r--r-- | protocols/Skype/keypacker/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/keypacker/stdafx.h b/protocols/Skype/keypacker/stdafx.h index 4bd30a212f..d63a19340e 100644 --- a/protocols/Skype/keypacker/stdafx.h +++ b/protocols/Skype/keypacker/stdafx.h @@ -5,4 +5,4 @@ extern "C" {
#include "..\src\aes\aes.h"
}
-#include "..\..\..\..\SkypeKit\key.h"
+#include "..\..\..\..\SkypeKit\original_key.h"
|