X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Farctwo.h;h=89c581e20fcb75ac33bb67d0a7492ff5d59d03d4;hb=49bfa9e57a3695690d9becf349cb2260a4e3040e;hp=ac97fcf676c7f6f76fa006272fd896a3cb112468;hpb=853ca59f4a9c7dac95aacece42daf3e09d5ae03e;p=gnulib.git diff --git a/lib/arctwo.h b/lib/arctwo.h index ac97fcf67..89c581e20 100644 --- a/lib/arctwo.h +++ b/lib/arctwo.h @@ -42,7 +42,7 @@ arctwo_setkey_ekb (arctwo_context *context, size_t keylen, const char *key, size_t effective_keylen); #define arctwo_setkey(context,keylen,key) \ - arctwo_setkey_ekb (context, keylen, key, 8 * keylen) + arctwo_setkey_ekb (context, keylen, key, 8 * (keylen)) /* Encrypt INBUF of size LENGTH into OUTBUF. LENGTH must be a multiple of ARCTWO_BLOCK_SIZE. CONTEXT hold the encryption key,