]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected comments.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 7 Mar 2012 22:05:47 +0000 (23:05 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 7 Mar 2012 22:05:47 +0000 (23:05 +0100)
lib/accelerated/x86/aes-gcm-padlock.c
lib/accelerated/x86/aes-gcm-x86.c

index 5c17a2b2af56b210c231bb771652b9a3a5233236..0fe9974a77edc4435be546afb5463bf24c9547b9 100644 (file)
@@ -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 <gnutls_errors.h>
index 29339fd168835ab83cfda703ebe46c5d3ba7a998..d4f401fd61293413b7639fee9b402b851156684c 100644 (file)
@@ -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 <gnutls_errors.h>