cisco / libsrtp

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

consistently use mki size from srtp_stream_ctx_t #703

Closed pabuhler closed 2 months ago

pabuhler commented 2 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