Since there's no continuation, the ; can go as well :-)
[oweals/openssl.git] / crypto / asn1 / asn1_par.c
index dc868a4d87b636bc10f2ce7682fb0ba6c3066b2c..facfdd27fca0159f28f39e6d4fb50a2381985cc7 100644 (file)
@@ -292,7 +292,7 @@ static int asn1_parse2(BIO *bp, unsigned char **pp, long length, int offset,
                                                        if (BIO_write(bp,"\n",1) <= 0)
                                                                goto end;
                                                        }
-                                               if (BIO_dump_indent(bp,opp,
+                                               if (BIO_dump_indent(bp,(char *)opp,
                                                        ((dump == -1 || dump > os->length)?os->length:dump),
                                                        dump_indent) <= 0)
                                                        goto end;
@@ -373,7 +373,7 @@ static int asn1_parse2(BIO *bp, unsigned char **pp, long length, int offset,
                                        if (BIO_write(bp,"\n",1) <= 0)
                                                goto end;
                                        }
-                               if (BIO_dump_indent(bp,p,
+                               if (BIO_dump_indent(bp,(char *)p,
                                        ((dump == -1 || dump > len)?len:dump),
                                        dump_indent) <= 0)
                                        goto end;