From babf9a929f25c6f82f6f154c2ebf38615c8be7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 8 Jan 2003 13:03:12 +0100 Subject: [PATCH] (parse_options): Initialize prefer_hex. Rev: src/nettle/tools/sexp-conv.c:1.6 --- tools/sexp-conv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sexp-conv.c b/tools/sexp-conv.c index 75b7ab25..9443f4be 100644 --- a/tools/sexp-conv.c +++ b/tools/sexp-conv.c @@ -1016,6 +1016,7 @@ parse_options(struct conv_options *o, int argc, char **argv) { o->mode = SEXP_ADVANCED; + o->prefer_hex = 0; o->once = 0; o->hash = NULL; o->width = 72; -- GitLab