diff options
| author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-11-29 01:04:10 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2009-11-29 01:04:10 +0200 |
| commit | a5a1f7eac398192060b6b1c5aae79a6695791b59 (patch) | |
| tree | 2af4d1d0eff9e5301bdbdd0b288d587d86caa2cd /cryptodev.h | |
| parent | 30181c1a49a63fddc97dd10dbac1b49568aede1f (diff) | |
Only check that size is multiple of blocksize on ciphers.
Diffstat (limited to 'cryptodev.h')
| -rw-r--r-- | cryptodev.h | 2 |
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 |
