Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/C/Aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/Aes.h')
-rw-r--r--[-rwxr-xr-x]C/Aes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/C/Aes.h b/C/Aes.h
index c9b0677c..64979b5b 100755..100644
--- a/C/Aes.h
+++ b/C/Aes.h
@@ -1,10 +1,10 @@
/* Aes.h -- AES encryption / decryption
-2009-11-23 : Igor Pavlov : Public domain */
+2013-01-18 : Igor Pavlov : Public domain */
#ifndef __AES_H
#define __AES_H
-#include "Types.h"
+#include "7zTypes.h"
EXTERN_C_BEGIN