Modified-by: Travis Cross <tc@traviscross.com>
Signed-off-by: Travis Cross <tc@traviscross.com>
* - ZRTP RFC. sec 8;
* - zrtp_signaling_hash_set()
*/
-zrtp_status_t zrtp_signaling_hash_get( zrtp_stream_t* stream,
- char* hash_buff,
- uint32_t hash_buff_length);
+zrtp_status_t zrtp_signaling_hash_get(zrtp_stream_t* stream,
+ char* hash_buff,
+ uint32_t hash_buff_length);
/**
* \brief Changing the value of the secret's verification flag
* Then insert these directly into the message structures.
*/
- zrtp_memset(&new_stream->messages, 0, sizeof(new_stream->messages));
+ zrtp_memset(&new_stream->messages, 0, sizeof(new_stream->messages));
ZSTR_SET_EMPTY(new_stream->messages.h0);
ZSTR_SET_EMPTY(new_stream->messages.signaling_hash);