X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/b2687a0a4b3c5e45cad7c5815a6d3805bfc8d4f1..40b16f0c70eee219206c99224088c3e81fed4d8a:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index dafe0fd..a384097 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * Definitions for Catacomb bindings * * (c) 2004 Straylight/Edgeware @@ -191,7 +189,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)