From 25747f06ccfca211d883955608bd779d98c360c2 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 15 Aug 2012 09:23:57 +0000 Subject: Yet another Miranda IM > NG rename part 2 git-svn-id: http://svn.miranda-ng.org/main/trunk@1461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_tree/encryption/HC256.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_tree/encryption') diff --git a/plugins/Dbx_tree/encryption/HC256.cpp b/plugins/Dbx_tree/encryption/HC256.cpp index 19b1ca7150..056b4e4dae 100644 --- a/plugins/Dbx_tree/encryption/HC256.cpp +++ b/plugins/Dbx_tree/encryption/HC256.cpp @@ -195,7 +195,7 @@ inline void HC256::EncryptBlock(uint32_t *Data) inline void HC256::CreateTables(uint8_t* Key) { uint32_t i, j; - uint8_t iv[32] = "Miranda IM dbx_tree Protogenes!"; + uint8_t iv[32] = "Miranda NG dbx_tree Protogenes!"; //expand the key and iv into P and Q for (i = 0; i < 8; i++) P[i] = Key[i]; -- cgit v1.2.3