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.c
diff options
context:
space:
mode:
Diffstat (limited to 'C/Aes.c')
-rw-r--r--[-rwxr-xr-x]C/Aes.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/C/Aes.c b/C/Aes.c
index e7221cd2..6c49dc98 100755..100644
--- a/C/Aes.c
+++ b/C/Aes.c
@@ -1,5 +1,7 @@
/* Aes.c -- AES encryption / decryption
-2009-11-23 : Igor Pavlov : Public domain */
+2013-11-12 : Igor Pavlov : Public domain */
+
+#include "Precomp.h"
#include "Aes.h"
#include "CpuArch.h"