merged in 1.19.2.1->1.19.2.2

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5124 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-08-17 20:44:21 +00:00
parent a608de186f
commit 65d4084642

View File

@@ -44,6 +44,7 @@ RCSID("$Id$");
#include "kerberos4.h"
#ifndef swap32
static u_int32_t
swap32(u_int32_t x)
{
@@ -52,6 +53,7 @@ swap32(u_int32_t x)
((x >> 8) & 0xff00) |
((x >> 24) & 0xff);
}
#endif /* swap32 */
int
maybe_version4(unsigned char *buf, int len)