From: Simon Josefsson Date: Fri, 12 Aug 2005 10:03:36 +0000 (+0000) Subject: Replace GPL progname.h with simple workaround. X-Git-Tag: gnutls_1_2_7~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73926e1f07bbfa8db522087c37b4e01cf0e3eda0;p=thirdparty%2Fgnutls.git Replace GPL progname.h with simple workaround. --- diff --git a/src/certtool.c b/src/certtool.c index 75c5bd4f77..a99236c54f 100644 --- a/src/certtool.c +++ b/src/certtool.c @@ -39,7 +39,7 @@ /* Gnulib portability files. */ #include #include -#include +const char *program_name = "certtool"; static void print_crl_info(gnutls_x509_crl crl, FILE * out, int all); int generate_prime(int bits, int how);