From: Nikos Mavrogiannopoulos Date: Wed, 7 Mar 2012 22:05:47 +0000 (+0100) Subject: corrected comments. X-Git-Tag: gnutls_3_0_16~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1393e95e3f5534b84fa016fdd1992b1e381a18bf;p=thirdparty%2Fgnutls.git corrected comments. --- diff --git a/lib/accelerated/x86/aes-gcm-padlock.c b/lib/accelerated/x86/aes-gcm-padlock.c index 5c17a2b2af..0fe9974a77 100644 --- a/lib/accelerated/x86/aes-gcm-padlock.c +++ b/lib/accelerated/x86/aes-gcm-padlock.c @@ -21,9 +21,7 @@ */ /* - * The following code is an implementation of the AES-128-CBC cipher - * using intel's AES instruction set. It is based on Intel reference - * code. + * The following code is an implementation of the AES-128-GCM cipher */ #include diff --git a/lib/accelerated/x86/aes-gcm-x86.c b/lib/accelerated/x86/aes-gcm-x86.c index 29339fd168..d4f401fd61 100644 --- a/lib/accelerated/x86/aes-gcm-x86.c +++ b/lib/accelerated/x86/aes-gcm-x86.c @@ -21,9 +21,8 @@ */ /* - * The following code is an implementation of the AES-128-CBC cipher - * using intel's AES instruction set. It is based on Intel reference - * code. + * The following code is an implementation of the AES-128-GCM cipher + * using intel's AES instruction set. */ #include