*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 15:34:14 +0000 (15:34 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Jan 1990 15:34:14 +0000 (15:34 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@179 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/asn1.h [new file with mode: 0644]

diff --git a/src/include/krb5/asn1.h b/src/include/krb5/asn1.h
new file mode 100644 (file)
index 0000000..244ae58
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1990 by the Massachusetts Institute of Technology.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/mit-copyright.h>.
+ *
+ * meta-include file for KRB5 asn.1/ISODE stuff
+ */
+
+#include <krb5/copyright.h>
+
+#ifndef __KRB5_ASN1__
+#define __KRB5_ASN1__
+
+#include <krb5/asn.1/KRB5-types.h>
+#include <krb5/asn.1/krb5_free.h>
+#include <krb5/asn.1/asn1defs.h>
+#include <krb5/asn.1/KRB5-types-aux.h>
+#include <krb5/asn.1/encode.h>
+
+#endif __KRB5_ASN1__