diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-18 14:25:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-18 14:25:14 +0100 |
commit | dbad5895097fab8bee7ebe53e98a959c336b735d (patch) | |
tree | 6ef7598bee9110bd21c2eb8457709be3684a1634 | |
parent | c4b4086235b1d5e21fcf1ad72a1b05813e15dcbd (diff) |
typo
Broken-by: c4b4086235
-rw-r--r-- | src/src/tls-openssl.c | 2 |
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 |