From: Niels Möller Date: Fri, 31 Oct 2008 19:54:26 +0000 (+0100) Subject: (display_hex): Use %02x, not %2x. X-Git-Tag: nettle_2.0_release_20090608~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5831f51a18e2405a95bb906cfc7414681fa59113;p=thirdparty%2Fnettle.git (display_hex): Use %02x, not %2x. Rev: nettle/sha-example.c:1.2 --- diff --git a/sha-example.c b/sha-example.c index 8f434968..8b3d5059 100644 --- a/sha-example.c +++ b/sha-example.c @@ -11,7 +11,7 @@ display_hex(unsigned length, uint8_t *data) unsigned i; for (i = 0; i