Skip to content

Commit

Permalink
fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
smittals2 committed Aug 16, 2024
1 parent 6050263 commit 5aeadee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ocsp/ocsp_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int OCSP_REQ_CTX_nbio(OCSP_REQ_CTX *rctx) {
int ret, tmp_data_len;
size_t data_len;
const unsigned char *data;
next_io:
next_io:
if (!(rctx->state & OHS_NOREAD)) {
tmp_data_len = BIO_read(rctx->io, rctx->iobuf, rctx->iobuflen);
if (tmp_data_len <= 0) {
Expand Down

0 comments on commit 5aeadee

Please sign in to comment.