cisco / libsrtp

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

start using const on internal arguments #665

Closed pabuhler closed 6 months ago

pabuhler commented 6 months ago

Add const cast warnings. Add const when the arguments do not need to be modified.

pabuhler commented 6 months ago

This lays the ground work for using const in more places