[LON-CAPA-cvs] cvs: loncom / lonssl.pm
raeburn
raeburn at source.lon-capa.org
Thu Oct 15 09:40:27 EDT 2015
raeburn Thu Oct 15 13:40:27 2015 EDT
Modified files:
/loncom lonssl.pm
Log:
- Typo.
Index: loncom/lonssl.pm
diff -u loncom/lonssl.pm:1.11 loncom/lonssl.pm:1.12
--- loncom/lonssl.pm:1.11 Thu Nov 6 02:22:11 2014
+++ loncom/lonssl.pm Thu Oct 15 13:40:27 2015
@@ -1,5 +1,5 @@
#
-# $Id: lonssl.pm,v 1.11 2014/11/06 02:22:11 raeburn Exp $
+# $Id: lonssl.pm,v 1.12 2015/10/15 13:40:27 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -143,7 +143,7 @@
my $client = IO::Socket::SSL->new_from_fd($dupfno,
- SSL_user_cert => 1,
+ SSL_use_cert => 1,
SSL_key_file => $KeyFile,
SSL_cert_file => $MyCert,
SSL_ca_file => $CACert);
More information about the LON-CAPA-cvs
mailing list