summaryrefslogtreecommitdiffstats
path: root/crypto_polarssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_polarssl.c')
-rw-r--r--crypto_polarssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_polarssl.c b/crypto_polarssl.c
index ad246fd..8119d58 100644
--- a/crypto_polarssl.c
+++ b/crypto_polarssl.c
@@ -399,7 +399,7 @@ int cipher_ctx_final (cipher_context_t *ctx, uint8_t *dst, int *dst_len)
}
void
-cipher_des_encrypt_ecb (const unsigned char key[DES_KEY_SIZE],
+cipher_des_encrypt_ecb (const unsigned char key[DES_KEY_LENGTH],
unsigned char *src,
unsigned char *dst)
{