On Wed, Nov 24, 2021 at 01:51:32PM -0600, Aaron Poffenberger wrote:
Here's a small patch to fix a warning in mutt_ssl.c:
Applied. Thank you!
--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA
signature.asc
Description: PGP signature
Here's a small patch to fix a warning in mutt_ssl.c:
mutt_ssl.c:117:8: warning: unused variable 'buf' [-Wunused-variable]
Built and tested on OpenBSD against head commit
04a7f1d9585ca21894ec09283becd9425d1c1334.
Cheers,
--Aaron
diff --git a/mutt_ssl.c b/mutt_ssl.c
index 91507948..7ce15c1c 1006