(main): Don't call valid_cksumtype.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14363
dc483132-0cff-0310-8789-
dd5450dbe970
+2002-04-05 Ken Raeburn <raeburn@mit.edu>
+
+ * sim_client.c: Always include stdlib.h.
+ (main): Don't call valid_cksumtype.
+
2002-03-28 Ken Raeburn <raeburn@mit.edu>
* sim_client.c: Include errno.h.
#include "simple.h"
-#ifdef HAVE_STDLIB_H
#include <stdlib.h>
-#else
-extern char *malloc();
-#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
exit(1);
}
- if (!valid_cksumtype(CKSUMTYPE_CRC32)) {
- com_err(progname, KRB5_PROG_SUMTYPE_NOSUPP, "while using CRC-32");
- exit(1);
- }
-
/* Look up server host */
if ((host = gethostbyname(hostname)) == (struct hostent *) 0) {
fprintf(stderr, "%s: unknown host\n", hostname);