summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
Diffstat (limited to 'ffi')
-rw-r--r--ffi/lang/python/sequoia/openpgp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffi/lang/python/sequoia/openpgp.py b/ffi/lang/python/sequoia/openpgp.py
index 4432ec13..404d9797 100644
--- a/ffi/lang/python/sequoia/openpgp.py
+++ b/ffi/lang/python/sequoia/openpgp.py
@@ -9,6 +9,7 @@ class KeyID(SQObject):
_del = lib.pgp_keyid_free
_clone = lib.pgp_keyid_clone
_str = lib.pgp_keyid_to_string
+ _debug = lib.pgp_keyid_debug
_eq = lib.pgp_keyid_equal
_hash = lib.pgp_keyid_hash