diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-10-14 17:16:08 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-10-14 17:16:08 +0200 |
commit | 853ae78361a454db308ee602f006158863f2f6c0 (patch) | |
tree | 0313d1d5989f6e0ef73f213a0f980c4727c232e3 /tests/Makefile.am | |
parent | 9eba9e651a08dc69cafffad162d21a0ccb5c4dc3 (diff) | |
download | gnutls-853ae78361a454db308ee602f006158863f2f6c0.tar.gz |
Add self test to test PKCS#12 functions.
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 4779c646a2..1d68bdccad 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -58,7 +58,7 @@ ctests = simple gc set_pkcs12_cred certder mpi \ finished hostname-check cve-2008-4989 pkcs12_s2k chainverify \ crq_key_id x509sign-verify cve-2009-1415 cve-2009-1416 \ crq_apis init_roundtrip pkcs12_s2k_pem dn2 mini-eagain \ - nul-in-x509-names x509_altname + nul-in-x509-names x509_altname pkcs12_encode if ENABLE_OPENSSL ctests += openssl |