summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
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)
},
_ =>