Skip to content

Commit

Permalink
srtp_priv.h: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Jan 10, 2024
1 parent 97015dc commit 49f64ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/srtp_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ srtp_err_status_t srtp_stream_init_keys(srtp_stream_ctx_t *srtp,
* by deriving all of the needed keys for all the master keys using the KDF and
* the keys from k.
*/
srtp_err_status_t srtp_steam_init_all_master_keys(
srtp_err_status_t srtp_stream_init_all_master_keys(
srtp_stream_ctx_t *srtp,
unsigned char *key,
srtp_master_key_t **keys,
Expand Down

0 comments on commit 49f64ca

Please sign in to comment.