]> Sergey Matveev's repositories - public-inbox.git/commitdiff
daemon: use ->can to check for IO::Socket::SSL
authorEric Wong <e@yhbt.net>
Tue, 16 Jun 2020 22:31:20 +0000 (22:31 +0000)
committerEric Wong <e@yhbt.net>
Sun, 21 Jun 2020 00:42:32 +0000 (00:42 +0000)
Doing a ref($obj) string comparison ties us to IO::Socket::SSL
(and OpenSSL) In the future, we may support GnuTLS or other TLS
implementations.  This was already done in the IMAP code.


No differences found