about summary refs log tree commit diff stats
path: root/src/otr
diff options
context:
space:
mode:
authorlightb <lightb@bigfoot>2014-04-21 18:08:38 -0400
committerlightb <lightb@bigfoot>2014-04-21 18:08:38 -0400
commit36c6dbda86889e1854854cc00f4eb7820740e52b (patch)
treed35a3c2b8f1a7b7a1cb0b38804822b8bb6a7c9af /src/otr
parentda89e241720a65ecbf4c8f667f8245ceeb4a7d48 (diff)
downloadprofani-tty-36c6dbda86889e1854854cc00f4eb7820740e52b.tar.gz
Compilation v4 fix
Diffstat (limited to 'src/otr')
-rw-r--r--src/otr/otr.h2
-rw-r--r--src/otr/otrlibv4.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/otr/otr.h b/src/otr/otr.h
index 21a15e4b..5239c033 100644
--- a/src/otr/otr.h
+++ b/src/otr/otr.h
@@ -23,8 +23,6 @@
 #ifndef OTR_H
 #define OTR_H
 
-#define OTRL_TAG " \t  \t\t\t\t \t \t \t  "
-
 #include "config/accounts.h"
 
 void otr_init_module(void);
diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c
index 9187473a..01afa868 100644
--- a/src/otr/otrlibv4.c
+++ b/src/otr/otrlibv4.c
@@ -108,8 +108,6 @@ otrlib_encrypt_message(OtrlUserState user_state, OtrlMessageAppOps *ops, char *j
 {
     gcry_error_t err;
 
-    ops.policy = OTRL_POLICY_SEND_WHITESPACE_TAG;
-
     err = otrl_message_sending(
         user_state,
         ops,