diff options
Diffstat (limited to 'src/lib/libcrypto/engine/eng_aesni.c')
| -rw-r--r-- | src/lib/libcrypto/engine/eng_aesni.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/engine/eng_aesni.c b/src/lib/libcrypto/engine/eng_aesni.c index 5fdb33bfde..d547d7f465 100644 --- a/src/lib/libcrypto/engine/eng_aesni.c +++ b/src/lib/libcrypto/engine/eng_aesni.c | |||
| @@ -309,11 +309,7 @@ static void aesni_ofb128_encrypt(const unsigned char *in, unsigned char *out, | |||
| 309 | } | 309 | } |
| 310 | /* ===== Engine "management" functions ===== */ | 310 | /* ===== Engine "management" functions ===== */ |
| 311 | 311 | ||
| 312 | #if defined(_WIN32) | ||
| 313 | typedef unsigned __int64 IA32CAP; | ||
| 314 | #else | ||
| 315 | typedef unsigned long long IA32CAP; | 312 | typedef unsigned long long IA32CAP; |
| 316 | #endif | ||
| 317 | 313 | ||
| 318 | /* Prepare the ENGINE structure for registration */ | 314 | /* Prepare the ENGINE structure for registration */ |
| 319 | static int | 315 | static int |
