--- loncom/auth/lonauth.pm 2017/02/25 20:00:36 1.143 +++ loncom/auth/lonauth.pm 2017/08/08 16:43:54 1.144 @@ -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 strict; 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();