summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-28 20:26:44 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-28 20:28:10 +0200
commit7a31387b49e0b04ba43bdf6fbc869c6a3e970251 (patch)
tree568ab043a8df33cd114e8cf236062bbdf10c7cc9 /ncr-int.h
parentbe973132e3717f46bbc7b5e54889ec5736c4f9a6 (diff)
downloadkernel-crypto-7a31387b49e0b04ba43bdf6fbc869c6a3e970251.tar.gz
kernel-crypto-7a31387b49e0b04ba43bdf6fbc869c6a3e970251.tar.xz
kernel-crypto-7a31387b49e0b04ba43bdf6fbc869c6a3e970251.zip
NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API.
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 489e052b1bb..e79747c12ca 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -8,6 +8,7 @@
#include <ncr-dh.h>
#define KEY_DATA_MAX_SIZE 3*1024
+#define NCR_CIPHER_MAX_KEY_LEN 1024
#define err() printk(KERN_DEBUG"ncr: %s: %s: %d\n", __FILE__, __func__, __LINE__)