Jeff King <peff@xxxxxxxx> writes: > Subject: [PATCH] imap-send: handle NO_OPENSSL even when openssl exists > ... > But we can observe that we only need this definition in one spot: the > struct which holds the variable. So rather than play around with macros > that may cause unexpected effects, we can just directly use the correct > type in that struct. > > Signed-off-by: Jeff King <peff@xxxxxxxx> > --- > imap-send.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Neat. Will queue. Thanks.