From 4a2e512fb7bea0ac14a8c4decf4e06752ba3470e Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Tue, 16 Feb 2010 20:24:07 +0800 Subject: [PATCH] --- yaml --- r: 181015 b: refs/heads/master c: 3922538fe1625e6ddded56c08c290b3440846cfd h: refs/heads/master i: 181013: 68b1378139a4fe62a5864c514f57633479517263 181011: 36345296a0079150096688d6fe2ce3d43656eac2 181007: 549533075ecd81066b4e4317c595de118ae16260 v: v3 --- [refs] | 2 +- trunk/crypto/aead.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 21e0735931d2..3fc8d6300be4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c4ede64a6e0220c9b30f07ab41080c8e90245116 +refs/heads/master: 3922538fe1625e6ddded56c08c290b3440846cfd diff --git a/trunk/crypto/aead.c b/trunk/crypto/aead.c index 0a55da70845e..6729e8ff68e7 100644 --- a/trunk/crypto/aead.c +++ b/trunk/crypto/aead.c @@ -1,13 +1,13 @@ /* * AEAD: Authenticated Encryption with Associated Data - * + * * This file provides API support for AEAD algorithms. * * Copyright (c) 2007 Herbert Xu * * 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. * */