Re: OpenSSL const changes in public APIs
Guido van Rossum <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <[email protected]> |
I think it's important not to force one particular version of OpenSSL. On 5/6/05, Heikki Toivonen <[email protected]> wrote: > I just realized that latest M2Crypto does not compile against latest > OpenSSL due to const changes in OpenSSL public APIs. > > I'd like to get your opinions on how to solve this: > > a) change M2Crypto to expect the latest OpenSSL 0.9.7g APIs > b) #ifdef all the const differences based on OpenSSL version (I think > they have trickled the changes in several versions, so this would get > really messy and I don't especially like to test against several OpenSSL > versions) > c) something else > > -- > Heikki Toivonen > > > -- --Guido van Rossum (home page: http://www.python.org/~guido/)