]> granicus.if.org Git - neomutt/commit
conn: define mutt_ssl_socket_setup even when building without SSL
authorDamien Riegel <damien.riegel@gmail.com>
Wed, 8 Nov 2017 20:26:39 +0000 (15:26 -0500)
committerRichard Russon <rich@flatcap.org>
Thu, 12 Apr 2018 08:51:56 +0000 (09:51 +0100)
commit9a10f223fc00b17531532d5112d2ea0ce2ded953
tree392a6a7fac14ec04903107f905376269249787d8
parentd492c3f569b6d5c60d4ab112cb27cc07b86966a2
conn: define mutt_ssl_socket_setup even when building without SSL

Error conditions were duplicated for builds with and without SSL. This
can be factorized by letting mutt_ssl_socket_setup be defined even when
SSL is not enabled.
conn/conn.h
conn/ssl.h
mutt_socket.c