Fix mistaken NO_ZRTP_QUICK events after Hello received

(closes #20)
This commit is contained in:
Viktor Krikun
2010-02-22 15:13:53 +00:00
committed by Travis Cross
parent 5a61e580b9
commit 5ae7ebc1f2
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -129,7 +129,7 @@
* over CSD channels. This option affect enterprise version of the library only.
*/
#ifndef ZRTP_BUILD_FOR_CSD
#define ZRTP_BUILD_FOR_CSD 1
#define ZRTP_BUILD_FOR_CSD 0
#endif
/**
+3
View File
@@ -698,6 +698,9 @@ struct zrtp_stream_t
*/
zrtp_state_t prev_state;
/** 1 means that peer Hello have been raceived within current ZRTP session */
uint8_t is_hello_received;
/*!< Reflects current state of ZRTP protocol */
zrtp_state_t state;
+3 -3
View File
@@ -12,8 +12,8 @@
#define LIBZRTP_VERSION_MAJOR 1
#define LIBZRTP_VERSION_MINOR 0
#define LIBZRTP_VERSION_BUILD 591
#define LIBZRTP_VERSION_STR "v1.00 590"
#define LIBZRTP_VERSION_MINOR 10
#define LIBZRTP_VERSION_BUILD 593
#define LIBZRTP_VERSION_STR "v1.10 593"
#endif /*__ZRTP_VERSION_H__*/