summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-08-17 15:26:42 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-08-17 16:19:24 +0200
commit277a867b3c5dc32a362d07526f2789fcf9783d54 (patch)
tree3f69430642c1dc0122e1bc32548b693f298769d6 /ipc
parentbc93b8a039753a626406f15a346f84ecaed49583 (diff)
openpgp: Rename {en,de}crypt_shared to better reflect their use.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/src/sexp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/src/sexp.rs b/ipc/src/sexp.rs
index 38429557..a03b8634 100644
--- a/ipc/src/sexp.rs
+++ b/ipc/src/sexp.rs
@@ -131,7 +131,7 @@ impl Sexp {
// XXX: Erase shared point from s.
// Now finish the decryption.
- openpgp::crypto::ecdh::decrypt_shared(recipient, &S, ciphertext)
+ openpgp::crypto::ecdh::decrypt_unwrap(recipient, &S, ciphertext)
},
_ =>