[LON-CAPA-cvs] cvs: loncom /auth lonauth.pm
raeburn
raeburn at source.lon-capa.org
Tue Aug 8 12:43:54 EDT 2017
raeburn Tue Aug 8 16:43:54 2017 EDT
Modified files:
/loncom/auth lonauth.pm
Log:
- Remove "use" calls no longer needed, as DES decryption now uses
loncommon::des_decrypt().
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.143 loncom/auth/lonauth.pm:1.144
--- loncom/auth/lonauth.pm:1.143 Sat Feb 25 20:00:36 2017
+++ loncom/auth/lonauth.pm Tue Aug 8 16:43:54 2017
@@ -1,7 +1,7 @@
# The LearningOnline Network
# User Authentication Module
#
-# $Id: lonauth.pm,v 1.143 2017/02/25 20:00:36 raeburn Exp $
+# $Id: lonauth.pm,v 1.144 2017/08/08 16:43:54 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -32,8 +32,6 @@
use LONCAPA qw(:DEFAULT :match);
use Apache::Constants qw(:common);
use CGI qw(:standard);
-use DynaLoader; # for Crypt::DES version
-use Crypt::DES;
use Apache::loncommon();
use Apache::lonnet;
use Apache::lonmenu();
More information about the LON-CAPA-cvs
mailing list