Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions RSA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ our $VERSION = '0.41';
use XSLoader;
XSLoader::load 'Crypt::OpenSSL::RSA', $VERSION;

BEGIN {
eval {
local $SIG{__DIE__}; # prevent outer handlers from being called
require Crypt::OpenSSL::Bignum;
};
} ## no critic qw(RequireCheckingReturnValueOfEval);

sub new_public_key {
my ( $proto, $p_key_string ) = @_;
croak "unrecognized key format: expected PEM-encoded key (starting with '-----BEGIN') "
Expand Down
Loading