cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.19k stars 469 forks source link

use uint8_t for byte and byte pointer #681

Closed pabuhler closed 5 months ago

pabuhler commented 5 months ago

This replaces "void *" in the API and usage of "unsigned char" as a byte type.

671