stdlib.h
authorMark Eichin <eichin@mit.edu>
Sun, 14 Aug 1994 04:57:45 +0000 (04:57 +0000)
committerMark Eichin <eichin@mit.edu>
Sun, 14 Aug 1994 04:57:45 +0000 (04:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4145 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/krbasn1.h

index ab5809219f94ac5ac5431e0fa4c58990961e01b0..d984b68e9e37c323c0e43853ba7160e5d0ffdd51 100644 (file)
@@ -1,3 +1,7 @@
+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
index 25489a9752885ed0ef4360d16d466f131081e2b8..ec58ac2d258e256b1d263f71b9116b4f742c580f 100644 (file)
@@ -5,7 +5,9 @@
 #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