Oopsie - IO::Socket::SSL required in UpgradeClientSSL for $SSL_ERROR
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@890 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
20fde2ef98
commit
e6df2f5072
@ -259,6 +259,7 @@ use strict;
|
||||
use warnings;
|
||||
no warnings qw(deprecated);
|
||||
|
||||
use IO::Socket::SSL 0.98;
|
||||
use Errno qw( EAGAIN );
|
||||
|
||||
use fields qw( _stashed_qp _stashed_plugin _ssl_started );
|
||||
|
Loading…
Reference in New Issue
Block a user