summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2020-10-06 16:15:31 +0200
committerIgor Matuszewski <xanewok@gmail.com>2020-10-06 20:21:56 +0000
commit52ee6a8fa2d326ba93fd4cbcf134a231bc438d95 (patch)
tree121922f47131b9ced2a71ce59b5b5efe459e5933 /openpgp
parentd6e7a4d92008f030ed8108ae62eb97e37c624e0d (diff)
Remove top-level sequoia package
This runs into surprising interactions when trying to build member packages with other than default feature set. See https://gitlab.com/sequoia-pgp/sequoia/-/issues/575 for more info.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/tests/data/armor/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/tests/data/armor/README b/openpgp/tests/data/armor/README
index 4f28345a..7a734330 100644
--- a/openpgp/tests/data/armor/README
+++ b/openpgp/tests/data/armor/README
@@ -4,7 +4,7 @@ This directory contains test vectors for the armor module.
These files are generated using:
- (cd ../../../.. && cargo build -p openpgp --example wrap-literal)
+ (cd ../../../.. && cargo build -p sequoia-openpgp --example wrap-literal)
for n in 0 1 2 3 47 48 49 50 51
do
dd if=/dev/urandom bs=1 count=$n \