chiark / gitweb /
*.c: Declare `PY_SSIZE_T_CLEAN'.
[catacomb-python] / algorithms.py
index 3ceb207b175fd4de8d7ab3c5c1401b5c790101a1..c2ab4ee06f707b74fbb0c07fb3401eb6b623d58b 100644 (file)
@@ -85,7 +85,7 @@ for i in latindances:
   else:
     raise ValueError, 'failed to find root name for %s' % i
   print ('\t_("%(name)s", %(root)s_keysz, %(id)s_rand, ' +
-         'RNGF_NONCE, %(ROOT)s_NONCESZ) \\') % \
+         'RNGF_NONCE | RNGF_LATIN, %(ROOT)s_NONCESZ) \\') % \
       {'name': i, 'id': i.translate(None, '/'),
        'root': root, 'ROOT': root.upper()}
 print '\t/* end */'