X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fcipher.c;h=9a1a7316eeacf6f71befe1b149283a4350db0c56;hb=c2a7dcad9f0d92d7a96e735abb8bec7b9c621536;hp=fc6b46f2a9b0d495724f32113e18652498cf1035;hpb=27196c30db1ed4ab09c2071149b3324a1a53cfb9;p=linux-2.6 diff --git a/crypto/cipher.c b/crypto/cipher.c index fc6b46f2a9..9a1a7316ee 100644 --- a/crypto/cipher.c +++ b/crypto/cipher.c @@ -16,11 +16,12 @@ #include #include #include -#include +#include #include #include "internal.h" -static int setkey_unaligned(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) +static int setkey_unaligned(struct crypto_tfm *tfm, const u8 *key, + unsigned int keylen) { struct cipher_alg *cia = &tfm->__crt_alg->cra_cipher; unsigned long alignmask = crypto_tfm_alg_alignmask(tfm);