summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/asn.1/asn1glue.h21
1 files changed, 21 insertions, 0 deletions
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
+ * <krb5/mit-copyright.h>.
+ *
+ * Header file for some glue functions (macros, mostly)
+ */
+
+#include <krb5/copyright.h>
+
+#ifndef __KRB5_GLUE_H__
+#define __KRB5_GLUE_H__
+
+#define krb5_string2qbuf(val) str2qb(val->string, val->length, 1)
+
+#endif /* __KRB5_GLUE_H__ */