+Sat Aug 13 03:40:16 1994 Mark Eichin (eichin@perdiem)
+
+ * krbasn1.h: include stdlib.h for calloc declaration (if we can)
+
Thu Aug 11 00:38:10 1994 Theodore Y. Ts'o (tytso@dcl)
* asn1_encode_k.c (asn1_encode_kdc_req): Add extra argument which
#include <stdio.h>
#include <errno.h>
#include <limits.h>
-
+#ifdef HAS_STDLIB_H
+#include <stdlib.h>
+#endif
/* The current version of {en,de}code_krb5_enc_kdc_rep_part has a
problem in that there's no way to know the message type (AS/TGS) of
a krb5_enc_kdc_rep_part. This should be fixed in the next version