[LON-CAPA-cvs] cvs: loncom / lonssl.pm

raeburn raeburn at source.lon-capa.org
Wed Nov 5 21:22:11 EST 2014


raeburn		Thu Nov  6 02:22:11 2014 EDT

  Modified files:              
    /loncom	lonssl.pm 
  Log:
  - Fix typos.
  
  
Index: loncom/lonssl.pm
diff -u loncom/lonssl.pm:1.10 loncom/lonssl.pm:1.11
--- loncom/lonssl.pm:1.10	Fri Aug 25 17:49:15 2006
+++ loncom/lonssl.pm	Thu Nov  6 02:22:11 2014
@@ -1,5 +1,5 @@
 #
-# $Id: lonssl.pm,v 1.10 2006/08/25 17:49:15 albertel Exp $
+# $Id: lonssl.pm,v 1.11 2014/11/06 02:22:11 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -146,7 +146,7 @@
 					      SSL_user_cert => 1,
 					      SSL_key_file  => $KeyFile,
 					      SSL_cert_file => $MyCert,
-					      SSL_ca_fie    => $CACert);
+					      SSL_ca_file   => $CACert);
     
     if(!$client) {
 	$lasterror = IO::Socket::SSL::errstr();
@@ -199,7 +199,7 @@
 					      SSL_user_cert => 1,
 					      SSL_key_file  => $KeyFile,
 					      SSL_cert_file => $MyCert,
-					      SSL_ca_fie    => $CACert);
+					      SSL_ca_file   => $CACert);
     if(!$client) {
 	$lasterror = IO::Socket::SSL::errstr();
 	return undef;




More information about the LON-CAPA-cvs mailing list