diff options
author | Werner Koch <wk@gnupg.org> | 2014-08-18 12:55:54 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-08-18 12:55:54 +0200 |
commit | 3259862cb4a7202e858f7bfd7a4b1796b38efff7 (patch) | |
tree | 39f267b0b30f705ecb8b58ce67daff1db4a098e7 /tests | |
parent | kbx: Make user id and signature data optional for OpenPGP. (diff) | |
download | gnupg2-3259862cb4a7202e858f7bfd7a4b1796b38efff7.tar.xz gnupg2-3259862cb4a7202e858f7bfd7a4b1796b38efff7.zip |
tests: Re-enable OpenPGP ecc test.
--
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/openpgp/ecc.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/ecc.test b/tests/openpgp/ecc.test index cb0446728..58fd25154 100755 --- a/tests/openpgp/ecc.test +++ b/tests/openpgp/ecc.test @@ -20,7 +20,7 @@ mainkeyids='BAA59D9C 45AF2FFE' -if have_pubkey_algo "ECC"; then +if have_pubkey_algo "ECDH"; then : else info "No ECC support due to an old Libgcrypt" |