]> 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>
Sun, 10 Jan 2016 17:21:07 +0000 (12:21 -0500)
postfix/src/tls/tls_misc.c

index 063509d8ca81ae1d634788d745d4360a5f0d87d1..7d1c308a723877dddcdadcec1c14479192c4fd27 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;