mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 05:16:21 +00:00
Compilation v4 fix
This commit is contained in:
@@ -23,8 +23,6 @@
|
|||||||
#ifndef OTR_H
|
#ifndef OTR_H
|
||||||
#define OTR_H
|
#define OTR_H
|
||||||
|
|
||||||
#define OTRL_TAG " \t \t\t\t\t \t \t \t "
|
|
||||||
|
|
||||||
#include "config/accounts.h"
|
#include "config/accounts.h"
|
||||||
|
|
||||||
void otr_init_module(void);
|
void otr_init_module(void);
|
||||||
|
|||||||
@@ -108,8 +108,6 @@ otrlib_encrypt_message(OtrlUserState user_state, OtrlMessageAppOps *ops, char *j
|
|||||||
{
|
{
|
||||||
gcry_error_t err;
|
gcry_error_t err;
|
||||||
|
|
||||||
ops.policy = OTRL_POLICY_SEND_WHITESPACE_TAG;
|
|
||||||
|
|
||||||
err = otrl_message_sending(
|
err = otrl_message_sending(
|
||||||
user_state,
|
user_state,
|
||||||
ops,
|
ops,
|
||||||
|
|||||||
Reference in New Issue
Block a user