diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-22 14:00:18 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-22 14:00:18 +0000 |
commit | 957c7e4c62f8708c6569ab884dbe37561cc6593a (patch) | |
tree | 2b9ac40d125fe682db7d5197d791a933ca8facc0 /tests | |
parent | 2d462ec4b840be1db563dc12dd40d6cf46f5ee73 (diff) | |
download | gnutls-957c7e4c62f8708c6569ab884dbe37561cc6593a.tar.gz |
Add dn.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a5421ecc5d..84c01a998b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,7 +31,8 @@ LDADD = ../lib/libgnutls.la ../gl/libgnu.la ../lgl/liblgnu.la libutils.la noinst_LTLIBRARIES = libutils.la libutils_la_SOURCES = utils.h utils.c -ctests = simple openssl gc set_pkcs12_cred certder certificate_set_x509_crl +ctests = simple openssl gc set_pkcs12_cred certder \ + certificate_set_x509_crl dn openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la if HAVE_FORK ctests += anonself pskself dhepskself tlsia resume |