diff options
-rw-r--r-- | src/include/krb5/asn1.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/include/krb5/asn1.h b/src/include/krb5/asn1.h new file mode 100644 index 000000000..244ae585a --- /dev/null +++ b/src/include/krb5/asn1.h @@ -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__ |