Skip to content

Fix #107: Use uint8_t instead of u_int8_t.

Raymond Toy requested to merge issue-107-use-uint8_t into master

Use the C standard type uint8_t instead of u_int8_t.

Merge request reports