From dd9ffac803aa6ad6618c7af5be4d0461f1fa3a4a Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Fri, 3 Jun 2022 17:35:55 +0200 Subject: [PATCH] this is double; thank you, Antonio! --- .gitignore | 4 ++++ src/unpack.cc | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2a1e305..2774635 100644 --- a/.gitignore +++ b/.gitignore @@ -177,6 +177,10 @@ cython_debug/ .??*.swp ws +# Apple + +.DS_Store + # pEp local.conf diff --git a/src/unpack.cc b/src/unpack.cc index 57905c1..63e95db 100644 --- a/src/unpack.cc +++ b/src/unpack.cc @@ -224,9 +224,6 @@ namespace SignedPackage { verify_distribution_signature(target_path / "DIST.A", target_path / "DIST.SIG", deployment_key); - decrypt_distribution_archive(target_path / "DIST.A", - target_path / "DIST.KEY", provisioning_key); - return target_path; }