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

index d20507c73ee8b94772261c80adc476f9ef3be498..07d709c64aabd075479240451e1004f206dbc9a9 100644 (file)
@@ -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;