From: Phil Pennock Date: Sun, 11 Jul 2010 07:19:56 +0000 (-0700) Subject: OpenSSL 1.0.0 const fix for SSL_get_current_cipher X-Git-Tag: exim-4_73_RC0~18 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/57b3a7f5217369edd800f6d57abbd67ea12e9bbe?hp=57b3a7f5217369edd800f6d57abbd67ea12e9bbe OpenSSL 1.0.0 const fix for SSL_get_current_cipher OpenSSL 1.0.0 changes SSL_get_current_cipher()'s return value to include const. It looks like a safe change for older OpenSSL, so treat it appropriately and cast as needed. ---