cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.23k stars 476 forks source link

consistently use mki size from srtp_stream_ctx_t #703

Closed pabuhler closed 7 months ago

pabuhler commented 7 months ago

The mki_size member of the srtp_stream_ctx_t has the correct value at all times, no need to manage the value of a separate mke_size variable.

Part of refactoring for #693