]> sjero.net Git - linphone/blobdiff - coreapi/sal.h
Revert "Send ZRTP hello hash in SIP SDP."
[linphone] / coreapi / sal.h
index 5f38c15abb8e8338090548439ee402b607f6a3ae..25d8d20bcc38b2c58836a636a25d36d3c25d2443 100644 (file)
@@ -140,7 +140,7 @@ typedef struct SalIceRemoteCandidate {
 } SalIceRemoteCandidate;
 
 #define SAL_MEDIA_DESCRIPTION_MAX_ICE_REMOTE_CANDIDATES 2
-#define SAL_MEDIA_DESCRIPTION_MAX_ZRTP_HELLO_HASH 128
+
 #define SAL_MEDIA_DESCRIPTION_MAX_ICE_UFRAG_LEN 256
 #define SAL_MEDIA_DESCRIPTION_MAX_ICE_PWD_LEN 256
 
@@ -172,7 +172,6 @@ typedef struct SalStreamDescription{
        SalIceRemoteCandidate ice_remote_candidates[SAL_MEDIA_DESCRIPTION_MAX_ICE_REMOTE_CANDIDATES];
        char ice_ufrag[SAL_MEDIA_DESCRIPTION_MAX_ICE_UFRAG_LEN];
        char ice_pwd[SAL_MEDIA_DESCRIPTION_MAX_ICE_PWD_LEN];
-       char zrtp_hello_hash[SAL_MEDIA_DESCRIPTION_MAX_ZRTP_HELLO_HASH];
        bool_t ice_mismatch;
        bool_t ice_completed;
 } SalStreamDescription;