diff --git a/include/srtp_priv.h b/include/srtp_priv.h index c8b81e109..d293ed06a 100644 --- a/include/srtp_priv.h +++ b/include/srtp_priv.h @@ -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,