summaryrefslogtreecommitdiff
path: root/lib/libcrypto/aes/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/aes/aes.h')
-rw-r--r--lib/libcrypto/aes/aes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libcrypto/aes/aes.h b/lib/libcrypto/aes/aes.h
index 4d477bdf193..d05f803494b 100644
--- a/lib/libcrypto/aes/aes.h
+++ b/lib/libcrypto/aes/aes.h
@@ -74,11 +74,7 @@ extern "C" {
/* This should be a hidden type, but EVP requires that the size be known */
struct aes_key_st {
-#ifdef AES_LONG
- unsigned long rd_key[4 *(AES_MAXNR + 1)];
-#else
unsigned int rd_key[4 *(AES_MAXNR + 1)];
-#endif
int rounds;
};
typedef struct aes_key_st AES_KEY;