lib/asn1: Add extern to declaration of fuzzer string in gen_locl.h
authorAndrew Bartlett <abartlet@samba.org>
Wed, 19 Feb 2014 20:48:23 +0000 (09:48 +1300)
committerNicolas Williams <nico@cryptonector.com>
Tue, 25 Mar 2014 04:07:51 +0000 (23:07 -0500)
lib/asn1/gen_locl.h

index 0fd9b2cd2e0d893667624f244b28c69d3100318e..288631e98469b934bee1db4e8ec028a6f34f91f4 100644 (file)
@@ -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;