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=7ea394f95ef99840fe99cfe25211a1b22d4c5759;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 063509d8c..7d1c308a7 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;