summaryrefslogtreecommitdiffstats
path: root/eBones/lib/libkrb/pkt_clen.c
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/lib/libkrb/pkt_clen.c')
-rw-r--r--eBones/lib/libkrb/pkt_clen.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/eBones/lib/libkrb/pkt_clen.c b/eBones/lib/libkrb/pkt_clen.c
index 23ad4c3..17d46c2 100644
--- a/eBones/lib/libkrb/pkt_clen.c
+++ b/eBones/lib/libkrb/pkt_clen.c
@@ -5,18 +5,20 @@
* <Copyright.MIT>.
*
* from: pkt_clen.c,v 4.7 88/11/15 16:56:36 jtkohl Exp $
- * $Id: pkt_clen.c,v 1.2 1994/07/19 19:26:09 g89r4222 Exp $
+ * $Id: pkt_clen.c,v 1.3 1995/07/18 16:39:27 mark Exp $
*/
+#if 0
#ifndef lint
static char *rcsid =
-"$Id: pkt_clen.c,v 1.2 1994/07/19 19:26:09 g89r4222 Exp $";
+"$Id: pkt_clen.c,v 1.3 1995/07/18 16:39:27 mark Exp $";
#endif /* lint */
+#endif
#include <krb.h>
#include <prot.h>
+#include <string.h>
-extern int krb_debug;
extern int swap_bytes;
/*
@@ -27,8 +29,7 @@ extern int swap_bytes;
* ciphertext length out of the packet.
*/
-pkt_clen(pkt)
- KTEXT pkt;
+int pkt_clen(KTEXT pkt)
{
static unsigned short temp,temp2;
int clen = 0;
OpenPOWER on IntegriCloud