util: Actually initialize the utilities properly.
[catacomb-python] / catacomb-python.h
index dafe0fd..bd9a8e5 100644 (file)
   _(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)