summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-05 12:12:58 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-05 12:12:58 +0000
commit86b65738adb174499049b61a3c1cee49e53f25b5 (patch)
treef80c1a03e591b01cea026a2c85bb2ec43abd16bb
parent2f331ae08ee815589b7a977213b1a8fa18d87055 (diff)
downloadgnutls-86b65738adb174499049b61a3c1cee49e53f25b5.tar.gz
Add SHA-2 self test.
-rw-r--r--configure.in2
-rw-r--r--tests/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3f2e38d395..36b459a550 100644
--- a/configure.in
+++ b/configure.in
@@ -616,7 +616,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in \
tests/Makefile tests/rsa-md5-collision/Makefile tests/userid/Makefile \
tests/pkcs1-padding/Makefile tests/pkcs8-decode/Makefile \
tests/pkcs12-decode/Makefile tests/pathlen/Makefile \
- tests/key-id/Makefile \
+ tests/key-id/Makefile tests/sha2/Makefile \
includes/Makefile includes/gnutls/gnutls.h \
lib/Makefile lib/minitasn1/Makefile lib/x509/Makefile \
libextra/Makefile libextra/openpgp/Makefile libextra/opencdk/Makefile \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6ad4163986..25a0abe7a7 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,7 +20,7 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
SUBDIRS = rsa-md5-collision pkcs1-padding pkcs8-decode pkcs12-decode \
- userid pathlen key-id
+ userid pathlen key-id sha2
AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \
-I$(top_srcdir)/gl -I$(top_builddir)/gl \