Update of /cvsroot/netrek/server/Vanilla/keycomp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6880/keycomp

Modified Files:
	rsa_key2cap.c rsa_keycomp.c 
Log Message:


Index: rsa_key2cap.c
===================================================================
RCS file: /cvsroot/netrek/server/Vanilla/keycomp/rsa_key2cap.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rsa_key2cap.c	21 Mar 2005 05:23:37 -0000	1.1
+++ rsa_key2cap.c	22 Apr 2006 02:16:46 -0000	1.2
@@ -1,6 +1,7 @@
 #include <stdio.h>
 
 #ifdef RSA
+#include <stdlib.h>
 #include <time.h>
 #include <sys/types.h>
 #include <sys/file.h>

Index: rsa_keycomp.c
===================================================================
RCS file: /cvsroot/netrek/server/Vanilla/keycomp/rsa_keycomp.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rsa_keycomp.c	21 Mar 2005 05:23:37 -0000	1.1
+++ rsa_keycomp.c	22 Apr 2006 02:16:46 -0000	1.2
@@ -7,12 +7,14 @@
 #include <stdio.h>
 
 #ifdef RSA
+#include <stdlib.h>
 #include <ctype.h>
 #include <sys/types.h>
 #include <sys/stat.h> /* ultrix insists on types.h before stst.h */
 #include <time.h>
 #include <sys/file.h>
 #include "defs.h"
+#include <string.h>
 #include INC_STRINGS
 #include INC_FCNTL
 #include "struct.h"