Skip to content

Commit

Permalink
Switch to upstream usrsctp (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl authored Aug 15, 2019
1 parent bc89484 commit 7a51bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/crc32c/software.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#include <usrsctp.h>

static inline uint32_t rawrtc_crc32c_software(void const* buffer, size_t length) {
return usrsctp_crc32c(buffer, length);
return usrsctp_crc32c((void*) buffer, length);
}
4 changes: 2 additions & 2 deletions subprojects/usrsctp.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wrap-git]
directory = usrsctp
url = https://github.com/rawrtc/usrsctp.git
revision = bf9d7bdb25149e94dfbe59f7e1ee4c994e8848de
url = https://github.com/sctplab/usrsctp.git
revision = master

0 comments on commit 7a51bf1

Please sign in to comment.