Update of /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16034/resources/htmlhelp/html

Modified Files:
	commandline.html generalconfig.html serversettings.html 
Log Message:
Remove RSA code from source and makefiles,as it
is deprecated.
Keep reference in socket code to SP_RSA_KEY and
CP_RSA_KEY as these values are fixed server side.
Refer to RSA as deprecated in documentation.

Index: generalconfig.html
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/generalconfig.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- generalconfig.html	16 Jul 2008 00:17:00 -0000	1.58
+++ generalconfig.html	9 May 2009 21:21:43 -0000	1.59
@@ -1530,16 +1530,6 @@
 </td>
 </tr>
 <tr>
-<td><code><b>useRsa</b></code></td>
-<td>Use RSA client verification</td>
-<td>
-	<ul>
-	<li><b>on (default)</b></li>
-	<li><b>off</b></li>
-	</ul>
-</td>
-</tr>
-<tr>
 <td><code><b>useLite</b></code></td>
 <td>Use beeplite</td>
 <td>

Index: commandline.html
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/commandline.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- commandline.html	21 Apr 2006 11:37:05 -0000	1.2
+++ commandline.html	9 May 2009 21:21:43 -0000	1.3
@@ -28,8 +28,6 @@
   -A &lt;password&gt;             : specify character password
   -C &lt;name&gt;                 : specify character name
   -U &lt;udp port&gt;             : specify UDP port
-  -o                        : use old style binary verification
-  -R                        : use RSA binary verification
   -P                        : log server packets
   -c                        : check players on server and return list
   -f &lt;file name&gt;            : record game to file (can be viewed later with -F)

Index: serversettings.html
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/htmlhelp/html/serversettings.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- serversettings.html	21 Apr 2006 11:37:05 -0000	1.2
+++ serversettings.html	9 May 2009 21:21:43 -0000	1.3
@@ -18,7 +18,7 @@
 <p>
 Here is a list of options with brief explanations:
 <ul>
-<li>Binary verification - whether the client binary should support some kind of verification</li>
+<li>Binary verification - whether the client binary should support some kind of verification (deprecated)</li>
 <li>Tournament mode - how many players per side are required to start T-mode</li>
 <li>Ships allowed - what types of ships are allowed to play on this server</li>
 <li>Tractor/Pressor beams - whether tractor/pressor beams are allowed on the server</li>