From: Viktor Dukhovni Date: Sun, 10 Jan 2016 08:00:23 +0000 (-0500) Subject: Bitrot: OpenSSL 1.1.0 constification X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734558aea16419cb96d922d6f142d14215d3b15a;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 b1ed9b235..a273af43f 100644 --- a/postfix/src/tls/tls_misc.c +++ b/postfix/src/tls/tls_misc.c @@ -403,7 +403,7 @@ static const char *tls_exclude_missing(SSL_CTX *ctx, VSTRING *buf) SSL *s = 0; STACK_OF(SSL_CIPHER) * ciphers; - SSL_CIPHER *c; + const SSL_CIPHER *c; const cipher_probe_t *probe; int alg_bits; int num;