From: Viktor Dukhovni Date: Sun, 10 Jan 2016 06:59:29 +0000 (-0500) Subject: Bitrot: OpenSSL 1.1.0 constification X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87823c3c4ea29f906ee8ad10cadbfd04c06bf63e;p=thirdparty%2Fpostfix.git Bitrot: OpenSSL 1.1.0 constification --- diff --git a/postfix/src/tls/tls_misc.c b/postfix/src/tls/tls_misc.c index d20507c73..07d709c64 100644 --- a/postfix/src/tls/tls_misc.c +++ b/postfix/src/tls/tls_misc.c @@ -458,7 +458,7 @@ static const char *tls_exclude_missing(SSL_CTX *ctx, VSTRING *buf) static ARGV *exclude; /* Cached */ SSL *s = 0; ssl_cipher_stack_t *ciphers; - SSL_CIPHER *c; + const SSL_CIPHER *c; const cipher_probe_t *probe; int alg_bits; int num;