summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/examples/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-10-13 11:23:55 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-10-13 11:48:49 +0200
commit88b48afbc4ea4dcd343f3e17a2e43d130bc2628f (patch)
treef44dfaec2df55bb6643ca2682db3fd0222d3a2ac /openpgp-ffi/examples/Makefile
parent87db0d161c89d944219b2516317ee2155814c2c6 (diff)
openpgp-ffi: New example.
Diffstat (limited to 'openpgp-ffi/examples/Makefile')
-rw-r--r--openpgp-ffi/examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp-ffi/examples/Makefile b/openpgp-ffi/examples/Makefile
index 6742a9a5..fa3c9a4c 100644
--- a/openpgp-ffi/examples/Makefile
+++ b/openpgp-ffi/examples/Makefile
@@ -10,6 +10,7 @@ EXAMPLE_TARGET_DIR ?= $(CARGO_TARGET_DIR)/debug/c-examples/openpgp-ffi
EXAMPLES = \
example reader parser encrypt-for armor \
+ sign \
decrypt-with \
generate-key \
type-safety-demo use-after-free-demo immutable-reference-demo \