[exim-dev] OpenSSL 1.0.0 constness?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Phil Pennock
Data:  
Para: exim-dev
Asunto: [exim-dev] OpenSSL 1.0.0 constness?
Looks like OpenSSL 1.0.0 has made SSL_get_current_cipher() return a
const value, but not updated the man-pages. The older OpenSSL which I
checked had the accessor functions take a const value, so I *believe*
that just using a const variable and casting, for backwards compat, is
safe.

http://git.exim.org/users/pdp/exim.git/commit/f5e37a7164d2bcde3bcd0eb458d8370c0391ab0c

Any comments or objections?

-Phil