Loading crypto/asn1/asn1_par.c +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, if (depth > ASN1_PARSE_MAXDEPTH) { BIO_puts(bp, "BAD RECURSION DEPTH\n"); goto end; return 0; } dump_indent = 6; /* Because we know BIO_dump_indent() */ Loading Loading
crypto/asn1/asn1_par.c +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, if (depth > ASN1_PARSE_MAXDEPTH) { BIO_puts(bp, "BAD RECURSION DEPTH\n"); goto end; return 0; } dump_indent = 6; /* Because we know BIO_dump_indent() */ Loading