Synchronize Sequoia port with upstream API changes

ENGINE-531
Neal Walfield 4 years ago
parent c906db401c
commit 99dbff147b

@ -236,10 +236,10 @@ NETPGP_LIB=
NETPGP_INC=
#NETPGP_INC=-I$(PREFIX)/include
SEQUOIA_CFLAGS=$(shell pkg-config --cflags-only-other sequoia)
SEQUOIA_LDFLAGS=$(shell pkg-config --libs-only-L --libs-only-other sequoia)
SEQUOIA_LIB=$(shell pkg-config --libs-only-l sequoia)
SEQUOIA_INC=$(shell pkg-config --cflags-only-I sequoia)
SEQUOIA_CFLAGS=$(shell pkg-config --cflags-only-other sequoia-openpgp)
SEQUOIA_LDFLAGS=$(shell pkg-config --libs-only-l --libs-only-other sequoia-openpgp)
SEQUOIA_LIB=$(shell pkg-config --libs-only-L sequoia-openpgp)
SEQUOIA_INC=$(shell pkg-config --cflags-only-I sequoia-openpgp)
######### OpenPGP #########

@ -128,7 +128,6 @@ struct _pEpSession {
#elif defined(USE_NETPGP)
pEpNetPGPSession ctx;
#elif defined(USE_SEQUOIA)
sq_context_t ctx;
sqlite3 *key_db;
struct {
sqlite3_stmt *begin_transaction;

File diff suppressed because it is too large Load Diff

@ -3,4 +3,4 @@
#pragma once
#include <sequoia.h>
#include <sequoia/openpgp.h>

Loading…
Cancel
Save