X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/0b1eafbfd841149f61b47be54713a642f8538a6a..8ca231751365b4d081eb22f58f652aa237d17a50:/catacomb-python.h?ds=sidebyside 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)