X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/b2687a0a4b3c5e45cad7c5815a6d3805bfc8d4f1..39d5f270dbd94d6b99b7a1b6bb62a93cdcbc0ec7:/catacomb-python.h?ds=inline diff --git a/catacomb-python.h b/catacomb-python.h index dafe0fd..bd9a8e5 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -191,7 +191,8 @@ _(bytestring) _(buffer) \ _(rand) _(algorithms) _(pubkey) _(pgen) \ _(mp) _(field) _(ec) _(group) \ - _(passphrase) _(share) _(key) + _(passphrase) _(share) _(key) \ + _(util) #define DOMODINIT(m) m##_pyinit(); #define DOMODINSERT(m) m##_pyinsert(mod); #define INIT_MODULES do { MODULES(DOMODINIT) } while (0)