diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/profanity/openssl-omemo-h.patch | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/profanity/openssl-omemo-h.patch')
| -rw-r--r-- | opt/profanity/openssl-omemo-h.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/opt/profanity/openssl-omemo-h.patch b/opt/profanity/openssl-omemo-h.patch new file mode 100644 index 0000000..558d3ba --- /dev/null +++ b/opt/profanity/openssl-omemo-h.patch @@ -0,0 +1,19 @@ +--- a/src/omemo/omemo.h ++++ b/src/omemo/omemo.h +@@ -33,7 +33,6 @@ + * + */ + #include <glib.h> +-#include <gcrypt.h> + + #include "ui/ui.h" + #include "config/account.h" +@@ -99,7 +98,7 @@ + char* omemo_on_message_recv(const char* const from, uint32_t sid, const unsigned char* const iv, size_t iv_len, GList* keys, const unsigned char* const payload, size_t payload_len, gboolean muc, gboolean* trusted); + + char* omemo_encrypt_file(FILE* in, FILE* out, off_t file_size, int* gcry_res); +-gcry_error_t omemo_decrypt_file(FILE* in, FILE* out, off_t file_size, const char* fragment); ++int omemo_decrypt_file(FILE* in, FILE* out, off_t file_size, const char* fragment); + void omemo_free(void* a); + int omemo_parse_aesgcm_url(const char* aesgcm_url, char** https_url, char** fragment); + |
