From ccc4302a183bfb110a47ff7fd3f4c3ba1e6752ce Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 20 Feb 2014 09:48:23 +1300 Subject: [PATCH] lib/asn1: Add extern to declaration of fuzzer string in gen_locl.h --- lib/asn1/gen_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asn1/gen_locl.h b/lib/asn1/gen_locl.h index 0fd9b2cd2..288631e98 100644 --- a/lib/asn1/gen_locl.h +++ b/lib/asn1/gen_locl.h @@ -92,7 +92,7 @@ void gen_template_import(const Symbol *); extern FILE *privheaderfile, *headerfile, *codefile, *logfile, *templatefile; -const char *fuzzer_string; +extern const char *fuzzer_string; extern int support_ber; extern int template_flag; extern int rfc1510_bitstring;