summaryrefslogtreecommitdiff
path: root/stun/stunagent.h
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-09-10 16:12:16 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-09-10 16:12:16 -0400
commit6c5580755060cacdc08a4ec706523e1702c7da62 (patch)
tree58c911a6e1a9011d9c1fb135bef654c4c046f4d5 /stun/stunagent.h
parentf9c652c51e69773cba2194cc944fe0e09c584a94 (diff)
downloadlibnice-6c5580755060cacdc08a4ec706523e1702c7da62.tar.gz
Fix long term credentials validation/creation of responses and error saying unauthorized on 401/400 error responses
Diffstat (limited to 'stun/stunagent.h')
-rw-r--r--stun/stunagent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stun/stunagent.h b/stun/stunagent.h
index 6712dcd..1edb980 100644
--- a/stun/stunagent.h
+++ b/stun/stunagent.h
@@ -92,6 +92,8 @@ typedef struct {
stun_method_t method;
uint8_t *key;
size_t key_len;
+ uint8_t long_term_key[16];
+ bool long_term_valid;
bool valid;
} StunAgentSavedIds;