From: Brian S. <xue...@us...> - 2005-06-28 15:40:49
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12427 Modified Files: addssl.nsi Log Message: Correct 'copy and paste' error in comment. Index: addssl.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** addssl.nsi 28 Jun 2005 13:39:52 -0000 1.9 --- addssl.nsi 28 Jun 2005 15:40:40 -0000 1.10 *************** *** 96,100 **** ; The following local SSL files are compatible with POPFile 0.22.x: ; ! ; (1) ssl-0.22.x\ssl-0.22.x\IO-Socket-SSL.tar.gz (dated 01-Aug-2003) ; (2) ssl-0.22.x\Net_SSLeay.pm.tar.gz (dated 23-Dec-2004) ; (3) ssl-0.22.x\libeay32.dll (dated 23-Dec-2004) --- 96,100 ---- ; The following local SSL files are compatible with POPFile 0.22.x: ; ! ; (1) ssl-0.22.x\IO-Socket-SSL.tar.gz (dated 01-Aug-2003) ; (2) ssl-0.22.x\Net_SSLeay.pm.tar.gz (dated 23-Dec-2004) ; (3) ssl-0.22.x\libeay32.dll (dated 23-Dec-2004) |