mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512
@ 2015-03-27 16:23 Antony Pavlov
  2015-03-28 20:07 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 6+ messages in thread
From: Antony Pavlov @ 2015-03-27 16:23 UTC (permalink / raw)
  To: barebox

---
 commands/hashsum.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/hashsum.c b/commands/hashsum.c
index e2dc70e..8d3694f 100644
--- a/commands/hashsum.c
+++ b/commands/hashsum.c
@@ -36,7 +36,7 @@ static int do_hash(char *algo, int argc, char *argv[])
 	size_t keylen = 0;
 	int opt, ret;
 
-	while((opt = getopt(argc, argv, "h:")) > 0) {
+	while ((opt = getopt(argc, argv, "h:")) > 0) {
 		switch(opt) {
 		case 'h':
 			key = optarg;
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-03  6:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27 16:23 [PATCH] fixup! command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512 Antony Pavlov
2015-03-28 20:07 ` Jean-Christophe PLAGNIOL-VILLARD
2015-03-29  8:04   ` Antony Pavlov
2015-04-02  7:11     ` Holger Schurig
2015-04-02  7:27       ` Antony Pavlov
2015-04-03  6:15       ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox