summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-07-18 14:25:14 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-07-18 14:25:14 +0100
commitdbad5895097fab8bee7ebe53e98a959c336b735d (patch)
tree6ef7598bee9110bd21c2eb8457709be3684a1634
parentc4b4086235b1d5e21fcf1ad72a1b05813e15dcbd (diff)
downloadexim4-dbad5895097fab8bee7ebe53e98a959c336b735d.tar.gz
typo
Broken-by: c4b4086235
-rw-r--r--src/src/tls-openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c
index 678288ca3..d9ec82dc2 100644
--- a/src/src/tls-openssl.c
+++ b/src/src/tls-openssl.c
@@ -3887,7 +3887,7 @@ if (ob->tls_alpn)
}
#else
log_write(0, LOG_MAIN, "ALPN unusable with this OpenSSL library version; ignoring \"%s\"\n",
- ob->alpn);
+ ob->tls_alpn);
#endif
#ifdef SUPPORT_DANE