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:
Matt Sergeant 2008-05-06 22:48:26 +00:00
parent 20fde2ef98
commit e6df2f5072

View File

@ -259,6 +259,7 @@ use strict;
use warnings; use warnings;
no warnings qw(deprecated); no warnings qw(deprecated);
use IO::Socket::SSL 0.98;
use Errno qw( EAGAIN ); use Errno qw( EAGAIN );
use fields qw( _stashed_qp _stashed_plugin _ssl_started ); use fields qw( _stashed_qp _stashed_plugin _ssl_started );