summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-06-28 04:13:38 +0200
committermannol <eniz_vukovic@hotmail.com>2014-06-28 04:13:38 +0200
commitaeaf997ca57052a1589699c8ddfd9a75ca398180 (patch)
treee2c1e4857f94669c02c3caaec17757cf31da82bc /toxav/msi.h
parentf4330658753e2ef01dfb32b0cebfe2b8d3cabfc9 (diff)
Removed redundant encryption and asserts
Diffstat (limited to 'toxav/msi.h')
-rw-r--r--toxav/msi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index 156c1895..02432daf 100644
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -71,12 +71,6 @@ typedef struct _MSICall { /* Call info structure */
71 71
72 uint8_t id[CALL_ID_LEN]; /* Random value identifying the call */ 72 uint8_t id[CALL_ID_LEN]; /* Random value identifying the call */
73 73
74 uint8_t *key_local; /* The key for encryption */
75 uint8_t *key_peer; /* The key for decryption */
76
77 uint8_t *nonce_local; /* Local nonce */
78 uint8_t *nonce_peer; /* Peer nonce */
79
80 int ringing_tout_ms; /* Ringing timeout in ms */ 74 int ringing_tout_ms; /* Ringing timeout in ms */
81 75
82 int request_timer_id; /* Timer id for outgoing request/action */ 76 int request_timer_id; /* Timer id for outgoing request/action */