diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-08-04 13:15:28 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-08-04 13:18:45 +0200 |
commit | e7e14d850e418ad129769ebd908aa90caaff1a2a (patch) | |
tree | 8c1422b0b1ba6334eda4294bc14b7f625b50563a /tests/pkcs12-decode | |
parent | f149bd2aecaabc1723693f6aa60097bd5f9b63d6 (diff) | |
download | gnutls-e7e14d850e418ad129769ebd908aa90caaff1a2a.tar.gz |
corrected example and added missing files.
Diffstat (limited to 'tests/pkcs12-decode')
-rw-r--r-- | tests/pkcs12-decode/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkcs12-decode/Makefile.am b/tests/pkcs12-decode/Makefile.am index e7fabcd262..a702adfa8a 100644 --- a/tests/pkcs12-decode/Makefile.am +++ b/tests/pkcs12-decode/Makefile.am @@ -20,7 +20,7 @@ # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. EXTRA_DIST = client.p12 noclient.p12 unclient.p12 pkcs12_2certs.p12 \ - pkcs12_5certs.p12 + pkcs12_5certs.p12 test-null.p12 dist_check_SCRIPTS = pkcs12 |