implementation shouldn't be depending on this, and if it is, then
that's what the verify program should be discovering, yes?
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4462
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Oct 6 12:49:29 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * verify.c (main): Take out check that assures that long is 4
+ bytes. The DES implementation shouldn't be depending on
+ this, and if it is, then that's what the verify program
+ should be discovering, yes?
+
Thu Jun 23 01:09:33 1994 Tom Yu (tlyu at dragons-lair)
* cs_entry.c: oops typo in that last one
progname=argv[0]; /* salt away invoking program */
- /* Assume a long is four bytes */
- if (sizeof(long) != 4) {
- printf("\nERROR, size of long is %d",sizeof(long));
- exit(-1);
- }
-
while (--argc > 0 && (*++argv)[0] == '-')
for (i=1; argv[0][i] != '\0'; i++) {
switch (argv[0][i]) {