diff options
author | John Kohl <jtkohl@mit.edu> | 1990-01-29 15:34:14 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1990-01-29 15:34:14 +0000 |
commit | 85bd00593fd7c5b2794d3ad3348a7bb2b78594da (patch) | |
tree | 03fd26137a4d15ddbcd2bade76ec4810c56e1b89 /src/include | |
parent | d72ec422235d4a3bf9698ef38a9fd9dcd3f213c3 (diff) | |
download | krb5-85bd00593fd7c5b2794d3ad3348a7bb2b78594da.tar.gz krb5-85bd00593fd7c5b2794d3ad3348a7bb2b78594da.tar.xz krb5-85bd00593fd7c5b2794d3ad3348a7bb2b78594da.zip |
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@179 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-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__ |