[PATCH 1/3] Fix 256-bit ecdsa test key definition
Dmitry Eremin-Solenikov
dbaryshkov at gmail.com
Thu Sep 26 14:07:41 CEST 2013
* tests/basic.c (check_pubkey): fix nistp256 testing key declaration -
add missing comma.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
---
tests/basic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/basic.c b/tests/basic.c
index e9709d5..fd8ca0f 100644
--- a/tests/basic.c
+++ b/tests/basic.c
@@ -4014,7 +4014,7 @@ check_pubkey (void)
" (curve nistp256)\n"
" (q #04D4F6A6738D9B8D3A7075C1E4EE95015FC0C9B7E4272D2B"
" EB6644D3609FC781B71F9A8072F58CB66AE2F89BB1245187"
- " 3ABF7D91F9E1FBF96BF2F70E73AAC9A283#)))\n"
+ " 3ABF7D91F9E1FBF96BF2F70E73AAC9A283#)))\n",
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" }
--
1.8.4.rc3
More information about the Gcrypt-devel
mailing list