Commit 539ed89f authored by Hanno Böck's avatar Hanno Böck Committed by Rich Salz
Browse files

Fix uninitialized variable.

parent 6c26d0df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ static int do_generate(char *genstr, char *genconf, BUF_MEM *buf)
{
    CONF *cnf = NULL;
    int len;
    long errline;
    long errline = 0;
    unsigned char *p;
    ASN1_TYPE *atyp = NULL;