summaryrefslogtreecommitdiff
path: root/utils/nwztools/upgtools/mg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/upgtools/mg.cpp')
-rw-r--r--utils/nwztools/upgtools/mg.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/nwztools/upgtools/mg.cpp b/utils/nwztools/upgtools/mg.cpp
index 79039702db..66566770f9 100644
--- a/utils/nwztools/upgtools/mg.cpp
+++ b/utils/nwztools/upgtools/mg.cpp
@@ -19,10 +19,10 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#include "mg.h" 21#include "mg.h"
22#include <crypto++/cryptlib.h> 22#include <cryptopp/cryptlib.h>
23#include <crypto++/modes.h> 23#include <cryptopp/modes.h>
24#include <crypto++/des.h> 24#include <cryptopp/des.h>
25#include <crypto++/aes.h> 25#include <cryptopp/aes.h>
26#include <stdio.h> 26#include <stdio.h>
27 27
28using namespace CryptoPP; 28using namespace CryptoPP;