tahoe-lafs / pycryptopp

Python bindings to the Crypto++ library
https://tahoe-lafs.org/trac/pycryptopp
Other
49 stars 32 forks source link

small patch to version compilation #8

Closed zooko closed 12 years ago

zooko commented 12 years ago

...stant in the library itself rather than a #define in the header -- into the Python-visible version tuple if and only if DISABLE_EMBEDDED_CRYPTOPP is not defined. Formerly it included it if and only if the CRYPTOPP_EXTRA_VERSION macro was defined.