Skip to content

Commit

Permalink
Remove references to Crypt::SSLeay which is no longer needed for https
Browse files Browse the repository at this point in the history
  • Loading branch information
mgage committed Oct 6, 2019
1 parent 4924c94 commit d1629ee
Show file tree
Hide file tree
Showing 5 changed files with 1,087 additions and 6 deletions.
4 changes: 1 addition & 3 deletions bin/check_modules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
Apache2::ServerUtil
);

# Crypt::SSLeay was commented out below, but should the not be
# in the array when commented out - remove it.
# For WW 2.15 replace Email::Address with Email::Address::XS


my @modulesList = qw(
Array::Utils
Expand Down
1 change: 0 additions & 1 deletion clients/sendXMLRPC.pl
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ BEGIN


use Carp;
#use Crypt::SSLeay; # needed for https
use LWP::Protocol::https;
use Time::HiRes qw/time/;
use MIME::Base64 qw( encode_base64 decode_base64);
Expand Down
1 change: 0 additions & 1 deletion lib/WeBWorK/ContentGenerator/instructorXMLHandler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ use PGUtil qw(not_null);

our $UNIT_TESTS_ON = 0; # should be called DEBUG?? FIXME

#use Crypt::SSLeay;
#use XMLRPC::Lite;

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/WeBWorK/ContentGenerator/renderViaXMLRPC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use warnings;
package WeBWorK::ContentGenerator::renderViaXMLRPC;
use base qw(WeBWorK::ContentGenerator);

#use Crypt::SSLeay;

#use XMLRPC::Lite;
#use MIME::Base64 qw( encode_base64 decode_base64);

Expand Down
Loading

0 comments on commit d1629ee

Please sign in to comment.