summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/packet/skesk.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi/src/packet/skesk.rs')
-rw-r--r--openpgp-ffi/src/packet/skesk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/src/packet/skesk.rs b/openpgp-ffi/src/packet/skesk.rs
index 5e5b6f5b..06653604 100644
--- a/openpgp-ffi/src/packet/skesk.rs
+++ b/openpgp-ffi/src/packet/skesk.rs
@@ -17,7 +17,7 @@ use RefRaw;
/// is not written to it. Either way, `key_len` is set to the size of
/// the session key.
#[::sequoia_ffi_macros::extern_fn] #[no_mangle]
-pub extern "system" fn pgp_skesk_decrypt(errp: Option<&mut *mut ::error::Error>,
+pub extern "C" fn pgp_skesk_decrypt(errp: Option<&mut *mut ::error::Error>,
skesk: *const Packet,
password: *const uint8_t,
password_len: size_t,