From aeaf997ca57052a1589699c8ddfd9a75ca398180 Mon Sep 17 00:00:00 2001 From: mannol Date: Sat, 28 Jun 2014 04:13:38 +0200 Subject: Removed redundant encryption and asserts --- toxav/msi.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'toxav/msi.h') 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 */ uint8_t id[CALL_ID_LEN]; /* Random value identifying the call */ - uint8_t *key_local; /* The key for encryption */ - uint8_t *key_peer; /* The key for decryption */ - - uint8_t *nonce_local; /* Local nonce */ - uint8_t *nonce_peer; /* Peer nonce */ - int ringing_tout_ms; /* Ringing timeout in ms */ int request_timer_id; /* Timer id for outgoing request/action */ -- cgit v1.2.3