summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-22 16:36:24 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-22 17:47:45 +0100
commit35567167e9a40dff7c40d46650ba120e4c72f7ae (patch)
treef4ccec7fd29cb53c909d66a34c0ed932c07bbefb /ffi
parent865096185b5d52fc98f799b2d2b8cb5ef62bdc02 (diff)
openpgp-ffi: Wrap KeyID.
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