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

Modified Files:
	config.h 
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: config.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/win32/config.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- config.h	19 Apr 2008 16:23:01 -0000	1.21
+++ config.h	9 May 2009 21:21:44 -0000	1.22
@@ -188,9 +188,6 @@
 /*      NO_UNWARRING_BOMBING    - No 3rd space bombing */
 #define NO_UNWARRING_BOMBING
 
-/*      SHOW_RSA                - Display the client type at login */
-#define SHOW_RSA
-
 /*      RESETGALAXY             - Reset the galaxy after each conquer */
 #define RESETGALAXY
 
@@ -373,18 +370,6 @@
 /*  System dependend Include files */
 
 
-/* Some GMP/RSA based stuff SRS 2/9/98 */
-#ifdef RSA
-
-#define MPTYPEDEF typedef MINT *MPTYPE;
-#define assignItom(x,i) x= itom(i)
-/* I had to rename pow in the gmp libraries to mpow */
-#define mp_pow(x, y, z, a) mpow(x, y, z, a)
-#define INC_MP <mp.h>
-
-#endif
-/* End of GMP/RSA based stuff SRS 2/9/98 */
-
 /* Unchecked machine dependencies */
 
 #ifdef WIN32