X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/49915b4a09cc89ccd426b29f7113b380828361d3..e56eb7d60c3d0929e952cad2d9ea2c711bd52593:/catacomb-python.h 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)