Hello everyone and especially Jeff :-) I wonder when the next version of cryptopp is going to be released.
The project I am on is using 563 and we need to change to avoid some CVEs on that release. But I am reluctant to move to either 6.0 or 7.0 because of a couple of things: first, Jeff reported that some solaris issues have been sorted since then and the project I am on does run on solaris as well, where we have seen some of these issues. Second, I would like to see something done about zlib.h so that it does not clash with a header of the same name from the zlib library. At the moment when any project using crypto says #include <zlib.h> the reader cannot tell from this statement which header the coder intended. I think that either the header should be renamed or qualified by a subdirectory such as cryptopp so the code would read #include <cryptopp/zlib.h>. Regards, Andrew Marlow http://www.andrewpetermarlow.co.uk -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
