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:
@@ -44,6 +44,7 @@ RCSID("$Id$");
|
|||||||
|
|
||||||
#include "kerberos4.h"
|
#include "kerberos4.h"
|
||||||
|
|
||||||
|
#ifndef swap32
|
||||||
static u_int32_t
|
static u_int32_t
|
||||||
swap32(u_int32_t x)
|
swap32(u_int32_t x)
|
||||||
{
|
{
|
||||||
@@ -52,6 +53,7 @@ swap32(u_int32_t x)
|
|||||||
((x >> 8) & 0xff00) |
|
((x >> 8) & 0xff00) |
|
||||||
((x >> 24) & 0xff);
|
((x >> 24) & 0xff);
|
||||||
}
|
}
|
||||||
|
#endif /* swap32 */
|
||||||
|
|
||||||
int
|
int
|
||||||
maybe_version4(unsigned char *buf, int len)
|
maybe_version4(unsigned char *buf, int len)
|
||||||
|
Reference in New Issue
Block a user