From: Nikos Mavrogiannopoulos Date: Mon, 11 Apr 2011 21:16:50 +0000 (+0200) Subject: Added README explaining the usage of Intel AES library. X-Git-Tag: gnutls_2_99_1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f0057cb811e2532709bc9d005d7d8e4120c6d3;p=thirdparty%2Fgnutls.git Added README explaining the usage of Intel AES library. --- diff --git a/lib/accelerated/Makefile.am b/lib/accelerated/Makefile.am index 0e760640d3..6cccae53e8 100644 --- a/lib/accelerated/Makefile.am +++ b/lib/accelerated/Makefile.am @@ -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 = diff --git a/lib/accelerated/intel/Makefile.am b/lib/accelerated/intel/Makefile.am index 51dea2fd5a..6f7ab3efb3 100644 --- a/lib/accelerated/intel/Makefile.am +++ b/lib/accelerated/intel/Makefile.am @@ -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 index 0000000000..187242bebd --- /dev/null +++ b/lib/accelerated/intel/README @@ -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. +