mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 14:26:21 +00:00
Compilation v4 fix
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user