X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=crypto%2Fcipher.c;h=39541e0e537dc6f94bc470344451fdb2ac6b4476;hb=921bae54693f26d01fb8e10ee6968b5cd8184551;hp=fc6b46f2a9b0d495724f32113e18652498cf1035;hpb=06817176784f620984200dc5d7cbe16984f7b262;p=safe%2Fjmp%2Flinux-2.6 diff --git a/crypto/cipher.c b/crypto/cipher.c index fc6b46f..39541e0 100644 --- a/crypto/cipher.c +++ b/crypto/cipher.c @@ -8,7 +8,7 @@ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or (at your option) + * Software Foundation; either version 2 of the License, or (at your option) * any later version. * */ @@ -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);