Loading crypto/evp/bio_b64.c +1 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,7 @@ static int b64_read(BIO *b, char *out, int outl) } /* we fell off the end without starting */ if (j == i) if ((j == i) && (num == 0)) { /* Is this is one long chunk?, if so, keep on * reading until a new line. */ Loading Loading
crypto/evp/bio_b64.c +1 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,7 @@ static int b64_read(BIO *b, char *out, int outl) } /* we fell off the end without starting */ if (j == i) if ((j == i) && (num == 0)) { /* Is this is one long chunk?, if so, keep on * reading until a new line. */ Loading