warner / python-ed25519

Python bindings to the Ed25519 public-key signature system
Other
164 stars 38 forks source link

removing C99isms #1

Closed warner closed 12 years ago

warner commented 12 years ago

Zooko (and I think Dcoder) noticed that some of the upstream code uses C99isms that aren't accepted by older microsoft compilers (in particular declaring variables later, not at the beginning of the function). https://tahoe-lafs.org/trac/pycryptopp/changeset/14c613262fedc0ac969594a05dba60c3c06118e8/git is the patch to pycryptopp's copy.

warner commented 12 years ago

Fixed in 4bda5893 . I sent the patch upstream to djb and he said it'd be included in the next release.