]> 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>
Sun, 14 Oct 2018 15:50:09 +0000 (11:50 -0400)
postfix/src/tls/tls_misc.c

index 330a031dbeca0ca1908f6314fe0535870392c4cf..424d8edde4f87f6b54e2b29ec5411f24227bb97b 100644 (file)
@@ -461,7 +461,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;