Merge branch 'ENGINE-995'

pull/73/head
positron 1 year ago
commit f15ea6369e

@ -85,5 +85,5 @@ package: clean
db:
$(MAKE) -C db db
doc:
doc: asn1
$(MAKE) -C src doc

@ -895,7 +895,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = ../src ../README.md \
../asn.1/Distribution.h ../asn.1/Distribution.h ../asn.1/ASN1Message.h ../asn.1/Sync.h ../asn.1/Storage.h
../asn.1/Distribution.h ../asn.1/ASN1Message.h ../asn.1/Sync.h ../asn.1/Storage.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

@ -151,6 +151,6 @@ tags: $(wildcard *.c) $(wildcard *.h)
doc:
doxygen
sed -i 's/≡/\$$\\equiv\$$/g' ../doc/api/latex/*.tex
make -C ../doc/api/latex
# sed -i -e 's/≡/\$$\\equiv\$$/g' ../doc/api/latex/*.tex
# make -C ../doc/api/latex

@ -1,13 +1,6 @@
/**
* @file src/pgp_sequoia.c
*
* @brief Sequoia PGP driver - implements required cryptotech
* functions for the engine using sequoia-pgp
*
* @license GNU General Public License 3.0 - see LICENSE.txt
*
* @see https://sequoia-pgp.org/
* @see https://docs.sequoia-pgp.org/sequoia_ffi/index.html
* @file pgp_sequoia.c
* @brief Implementation of functions used to speak to Sequoia-PGP backend
*/

Loading…
Cancel
Save