lib/asn1: Add extern to declaration of fuzzer string in gen_locl.h

This commit is contained in:
Andrew Bartlett
2014-02-20 09:48:23 +13:00
committed by Nicolas Williams
parent ba26fa5502
commit ccc4302a18

View 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;