From 86e473c38e1314ae9b8087d89b8bd20a4fbf05e7 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 27 Dec 1989 11:43:55 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@53 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/asn.1/asn1glue.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/lib/krb5/asn.1/asn1glue.h diff --git a/src/lib/krb5/asn.1/asn1glue.h b/src/lib/krb5/asn.1/asn1glue.h new file mode 100644 index 000000000..3d52236c2 --- /dev/null +++ b/src/lib/krb5/asn.1/asn1glue.h @@ -0,0 +1,21 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1989 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * . + * + * Header file for some glue functions (macros, mostly) + */ + +#include + +#ifndef __KRB5_GLUE_H__ +#define __KRB5_GLUE_H__ + +#define krb5_string2qbuf(val) str2qb(val->string, val->length, 1) + +#endif /* __KRB5_GLUE_H__ */ -- 2.26.2