diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-05 12:12:58 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-05 12:12:58 +0000 |
commit | 86b65738adb174499049b61a3c1cee49e53f25b5 (patch) | |
tree | f80c1a03e591b01cea026a2c85bb2ec43abd16bb /tests/Makefile.am | |
parent | 2f331ae08ee815589b7a977213b1a8fa18d87055 (diff) | |
download | gnutls-86b65738adb174499049b61a3c1cee49e53f25b5.tar.gz |
Add SHA-2 self test.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |