]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
define EALG_MAX_BLOCK_LEN if not there.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 18 Dec 2009 10:03:23 +0000 (12:03 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 18 Dec 2009 10:03:23 +0000 (12:03 +0200)
lib/cryptodev.c

index e72a2accfc6e127bb6218620a57219ed4fbec0d4..ae5a05a7fa8c5f2494c4dddb94b3b2f9bed62947 100644 (file)
 # define CRYPTO_CIPHER_MAX_KEY_LEN 64
 #endif
 
+#ifndef EALG_MAX_BLOCK_LEN
+# define EALG_MAX_BLOCK_LEN 16
+#endif
+
 
 static int cryptodev_fd = -1;