summaryrefslogtreecommitdiff
path: root/src/cmumble.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmumble.h')
-rw-r--r--src/cmumble.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cmumble.h b/src/cmumble.h
index cc40149..0b03497 100644
--- a/src/cmumble.h
+++ b/src/cmumble.h
@@ -11,6 +11,9 @@
#include "connection.h"
#include "audio.h"
#include "commands.h"
+#include "ocb/ocb.h"
+
+#include "crypt.h"
typedef void (*callback_t)(ProtobufCMessage *msg, struct cmumlbe *);
@@ -34,6 +37,11 @@ struct cmumlbe {
GList *channels;
struct cmumble_user *user;
+ keystruct *ocb;
+ cryptState_t crypt;
+ guchar *ocb_key;
+ guchar *ocb_client_nonce;
+ guchar *ocb_server_nonce;
};
struct cmumble_user {