diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-01-26 10:06:26 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-01-26 10:06:26 +0000 |
commit | 4d24314d3ba2ceda97ecff5ef3059cafb47632a2 (patch) | |
tree | 579b97b5597f4b99a4c8d635d155fba577820dd3 /tests/Makefile.am | |
parent | ddb106426ea07be539adfc014592e75a577e05c0 (diff) | |
download | gnutls-4d24314d3ba2ceda97ecff5ef3059cafb47632a2.tar.gz |
Test for pathlen bug (and general certificate parsing).
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index fbf10b84b4..5c48ea84b7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2004, 2005, 2006 Free Software Foundation +# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation # # Author: Simon Josefsson # @@ -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 + userid pathlen AM_CPPFLAGS = -I$(top_srcdir)/lgl -I$(top_builddir)/lgl \ -I$(top_srcdir)/gl -I$(top_builddir)/gl \ |