From 6449fdd2568d88fb1c1834cb72cc444c2c33d1b8 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Tue, 16 Feb 2010 20:23:37 +0800 Subject: [PATCH] --- yaml --- r: 181014 b: refs/heads/master c: c4ede64a6e0220c9b30f07ab41080c8e90245116 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/crypto/ablkcipher.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 22185fca7224..21e0735931d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a1436beec5744029f3ac90b6fe71a698dcd6155 +refs/heads/master: c4ede64a6e0220c9b30f07ab41080c8e90245116 diff --git a/trunk/crypto/ablkcipher.c b/trunk/crypto/ablkcipher.c index f6f08336df5d..fe980dae1727 100644 --- a/trunk/crypto/ablkcipher.c +++ b/trunk/crypto/ablkcipher.c @@ -1,6 +1,6 @@ /* * Asynchronous block chaining cipher operations. - * + * * This is the asynchronous version of blkcipher.c indicating completion * via a callback. * @@ -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. * */