Skip to content

Commit d520eaf

Browse files
committed
Undo whitespace changes to the FreeBSD sources introduced by the last commit.
1 parent 6036f34 commit d520eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usrsctplib/netinet/sctp_auth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,6 @@ sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth,
16551655
return (0);
16561656
#endif
16571657
#endif
1658-
16591658
/* is the indicated HMAC supported? */
16601659
if (!sctp_auth_is_supported_hmac(stcb->asoc.local_hmacs, hmac_id)) {
16611660
struct mbuf *op_err;
@@ -1735,6 +1734,7 @@ sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth,
17351734
sctp_zero_m(m, offset + sizeof(*auth), SCTP_SIZE32(digestlen));
17361735
(void)sctp_compute_hmac_m(hmac_id, stcb->asoc.authinfo.recv_key,
17371736
m, offset, computed_digest);
1737+
17381738
/* compare the computed digest with the one in the AUTH chunk */
17391739
if (timingsafe_bcmp(digest, computed_digest, digestlen) != 0) {
17401740
SCTP_STAT_INCR(sctps_recvauthfailed);

0 commit comments

Comments
 (0)