summaryrefslogtreecommitdiff
path: root/crypto/evp/e_rd.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_rd.c')
-rw-r--r--crypto/evp/e_rd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/evp/e_rd.c b/crypto/evp/e_rd.c
index e51d9bc1ec..78122edc7a 100644
--- a/crypto/evp/e_rd.c
+++ b/crypto/evp/e_rd.c
@@ -55,8 +55,8 @@
static EVP_CIPHER rd_cipher[3][3];
-static anSizes[]={16,24,32};
-static anNIDs[3][3]=
+static int anSizes[]={16,24,32};
+static int anNIDs[3][3]=
{
{ NID_rijndael_ecb_k128_b128,NID_rijndael_ecb_k192_b128,NID_rijndael_ecb_k256_b128 },
{ NID_rijndael_ecb_k128_b192,NID_rijndael_ecb_k192_b192,NID_rijndael_ecb_k256_b192 },