]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added README explaining the usage of Intel AES library.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 11 Apr 2011 21:16:50 +0000 (23:16 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 11 Apr 2011 21:16:50 +0000 (23:16 +0200)
lib/accelerated/Makefile.am
lib/accelerated/intel/Makefile.am
lib/accelerated/intel/README [new file with mode: 0644]

index 0e760640d3729ba0e3c2299004d906f1f8f103c3..6cccae53e8d092d1d8398738a3fea09cb7a8bf87 100644 (file)
@@ -35,7 +35,7 @@ endif
 
 noinst_LTLIBRARIES = libaccelerated.la
 
-EXTRA_DIST = x86.h aes-x86.h accelerated.h
+EXTRA_DIST = x86.h accelerated.h
 libaccelerated_la_SOURCES = accelerated.c
 libaccelerated_la_LIBADD =
 
index 51dea2fd5acfdced0fc5705cd65816e9efe49c95..6f7ab3efb35fa95cc5b0a48a94868ed1e6be4a5d 100644 (file)
@@ -32,9 +32,9 @@ if ENABLE_MINITASN1
 AM_CPPFLAGS += -I$(srcdir)/../minitasn1
 endif
 
+EXTRA_DIST = aes-x86.h README license.txt
 noinst_LTLIBRARIES = libintel.la
 
-EXTRA_DIST = aes-x86.h
 libintel_la_SOURCES = aes-x86.c
 libintel_la_LIBADD =
 
diff --git a/lib/accelerated/intel/README b/lib/accelerated/intel/README
new file mode 100644 (file)
index 0000000..187242b
--- /dev/null
@@ -0,0 +1,3 @@
+The Intel AES library is not part of the GnuTLS library, but is used with
+GnuTLS. The license of Intel AES library is included in license.txt.
+