Mailing List Archive

[PATCH] tests: Fix typo missing commas
* tests/basic.c: Add missing commas.
--

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
---
tests/basic.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/basic.c b/tests/basic.c
index 8337bcfb..2a41fb82 100644
--- a/tests/basic.c
+++ b/tests/basic.c
@@ -13246,7 +13246,7 @@ check_pubkey (void)
" 4DDFF75C45415C1D9DD9DD33612CD530EFE137C7C90CD4"
" 0B0F5621DC3AC1B751CFA0E2634FA0503B3D52639F5D7F"
" B72AFD61EA199441D943FFE7F0C70A2759A3CDB84C114E"
- " 1F9339FDF27F35ECA93677BEEC#)))\n"
+ " 1F9339FDF27F35ECA93677BEEC#)))\n",

"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" }
@@ -13268,7 +13268,7 @@ check_pubkey (void)
" (curve secp256k1)\n"
" (q #0439A36013301597DAEF41FBE593A02CC513D0B55527EC2D"
" F1050E2E8FF49C85C23CBE7DED0E7CE6A594896B8F62888F"
- " DBC5C8821305E2EA42BF01E37300116281#)))\n"
+ " DBC5C8821305E2EA42BF01E37300116281#)))\n",

"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" }
--
2.17.1


_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
Re: [PATCH] tests: Fix typo missing commas [ In reply to ]
Tianjia Zhang <tianjia.zhang@linux.alibaba.com> wrote:
> * tests/basic.c: Add missing commas.

Thanks. Good catch. I added missing FLAG_GRIP, and pushed the change.
--

_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel