summaryrefslogtreecommitdiffstats
path: root/cryptodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'cryptodev.h')
-rw-r--r--cryptodev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptodev.h b/cryptodev.h
index 891ad2a..55c3279 100644
--- a/cryptodev.h
+++ b/cryptodev.h
@@ -49,7 +49,7 @@ enum {
CRYPTO_ALGORITHM_MAX
};
-#define CRYPTO_CIPHER_MAX_KEY_LEN 512
+#define CRYPTO_CIPHER_MAX_KEY_LEN 64
#define CRYPTO_HMAC_MAX_KEY_LEN 512
#define HASH_MAX_LEN 64