projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
065c5d6
)
eng_aesni.c: win32 fix.
author
Andy Polyakov
<appro@openssl.org>
Sun, 3 May 2009 13:48:54 +0000
(13:48 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 3 May 2009 13:48:54 +0000
(13:48 +0000)
crypto/engine/eng_aesni.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_aesni.c
b/crypto/engine/eng_aesni.c
index 2d7f6f3ecc94b7ddc9cb06028297a6ed1ab5730d..cc282e6a0b81b228318416e5065cd06192266cf3 100644
(file)
--- a/
crypto/engine/eng_aesni.c
+++ b/
crypto/engine/eng_aesni.c
@@
-78,15
+78,12
@@
#if !defined(OPENSSL_NO_HW) && !defined(OPENSSL_NO_HW_AES_NI) && !defined(OPENSSL_NO_AES)
#include <stdio.h>
-#include <string.h>
-#include <assert.h>
-#include <openssl/crypto.h>
+#include "cryptlib.h"
#include <openssl/dso.h>
#include <openssl/engine.h>
#include <openssl/evp.h>
#include <openssl/aes.h>
#include <openssl/err.h>
-#include <cryptlib.h>
#include <openssl/modes.h>
/* AES-NI is available *ONLY* on some x86 CPUs. Not only that it