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. * */