]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
Bitrot: OpenSSL 1.1.0 constification
authorViktor Dukhovni <postfix-users@dukhovni.org>
Sun, 10 Jan 2016 08:00:23 +0000 (03:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Thu, 26 May 2016 04:43:53 +0000 (00:43 -0400)
postfix/src/tls/tls_misc.c

index b1ed9b235b9dca8c03902bd33f484bc24ea74a42..a273af43fad3854097a8bc3d4628906fb3d8ec58 100644 (file)
@@ -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;