Skip to content

Commit

Permalink
remove excessive buffer check in dtls_openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelapla committed Oct 16, 2023
1 parent e36fb47 commit f1e6a49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/source/Crypto/Dtls_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ STATUS dtlsSessionHandshakeInThread(PDtlsSession pDtlsSession, BOOL isServer)
}
CHK_STATUS(dtlsCheckOutgoingDataBuffer(pDtlsSession));
}
CHK_STATUS(dtlsCheckOutgoingDataBuffer(pDtlsSession));
}
break;
case DTLS_STATE_HANDSHAKE_COMPLETED:
Expand Down

0 comments on commit f1e6a49

Please sign in to comment.