[LON-CAPA-cvs] cvs: loncom / lonssl.pm
raeburn
raeburn at source.lon-capa.org
Sat Nov 7 13:41:11 EST 2015
raeburn Sat Nov 7 18:41:11 2015 EDT
Modified files:
/loncom lonssl.pm
Log:
- Typo (same change as in rev 1.12).
Index: loncom/lonssl.pm
diff -u loncom/lonssl.pm:1.12 loncom/lonssl.pm:1.13
--- loncom/lonssl.pm:1.12 Thu Oct 15 13:40:27 2015
+++ loncom/lonssl.pm Sat Nov 7 18:41:11 2015
@@ -1,5 +1,5 @@
#
-# $Id: lonssl.pm,v 1.12 2015/10/15 13:40:27 raeburn Exp $
+# $Id: lonssl.pm,v 1.13 2015/11/07 18:41:11 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -196,7 +196,7 @@
Debug(" Fileno = $dupfno\n");
my $client = IO::Socket::SSL->new_from_fd($dupfno,
SSL_server => 1, # Server role.
- 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