diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-01 11:13:32 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-01 11:13:32 +0000 |
commit | ae36b2f4fc5a9c7d219e7f412fe8a84533cc2268 (patch) | |
tree | cb1df7773325c729db846b30cb712496aa369903 /configure.in | |
parent | 3df251102cdfcef6906ec19768693a958e0e450c (diff) | |
download | gnutls-ae36b2f4fc5a9c7d219e7f412fe8a84533cc2268.tar.gz |
Add key-id self test.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index e0a0228aa1..3ec037916e 100644 --- a/configure.in +++ b/configure.in @@ -616,6 +616,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in \ tests/Makefile tests/rsa-md5-collision/Makefile tests/userid/Makefile \ tests/pkcs1-padding/Makefile tests/pkcs8-decode/Makefile \ tests/pkcs12-decode/Makefile tests/pathlen/Makefile \ + tests/keyid/Makefile \ includes/Makefile includes/gnutls/gnutls.h \ lib/Makefile lib/minitasn1/Makefile lib/x509/Makefile \ libextra/Makefile libextra/openpgp/Makefile libextra/opencdk/Makefile \ |