From 9b545d86e1f5247fdf5b46701f1dcb8afac871b7 Mon Sep 17 00:00:00 2001 From: Moritz Luedecke Date: Sat, 23 Sep 2017 15:45:37 +0200 Subject: Add VERSION and PACKAGE_BUGREPORT --- pinentry/pinentry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pinentry') diff --git a/pinentry/pinentry.c b/pinentry/pinentry.c index 68a7910..f305a7d 100644 --- a/pinentry/pinentry.c +++ b/pinentry/pinentry.c @@ -393,9 +393,9 @@ my_strusage( int level ) { case 11: p = this_pgmname; break; case 12: p = "pinentry"; break; - case 13: p = "*REDACTED*"; break; + case 13: p = PACKAGE_VERSION; break; case 14: p = "Copyright (C) 2015 g10 Code GmbH"; break; - case 19: p = "Please report bugs to <" "*REDACTED*" ">.\n"; break; + case 19: p = "Please report bugs to <" PACKAGE_BUGREPORT ">.\n"; break; case 1: case 40: { -- cgit v1.2.3