diff options
author | NIIBE Yutaka <[email protected]> | 2021-12-08 10:41:45 +0900 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2021-12-08 10:41:45 +0900 |
commit | 076151a2c2915d7c1b0eef0692e475d75877d5d1 (patch) | |
tree | 6e17a0117d618b51771d58b29bc80de141f3f61e | |
parent | 725df60f5a1ca52eb4fb160b1943d4139c1a38ac (diff) | |
download | libgcrypt-gniibe/new-pk-api.tar.gz libgcrypt-gniibe/new-pk-api.tar.bz2 libgcrypt-gniibe/new-pk-api.zip |
experiment: Fix t-ecdsa.c for building SEXP.gniibe/new-pk-api
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | tests/t-ecdsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t-ecdsa.c b/tests/t-ecdsa.c index b00adbd9..08454dca 100644 --- a/tests/t-ecdsa.c +++ b/tests/t-ecdsa.c @@ -508,7 +508,7 @@ one_test_sexp (const char *curvename, const char *sha_alg, } err = gcry_sexp_build (&s_pk, NULL, - "(public-key (ecc (curve %s)(q %b)(d %b)))", + "(public-key (ecc (curve %s)(q %b)))", curvename_gcrypt, (int)pkbuflen, pkbuffer); if (err) |