*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Wed, 27 Dec 1989 11:43:55 +0000 (11:43 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 27 Dec 1989 11:43:55 +0000 (11:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@53 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/asn.1/asn1glue.h [new file with mode: 0644]

diff --git a/src/lib/krb5/asn.1/asn1glue.h b/src/lib/krb5/asn.1/asn1glue.h
new file mode 100644 (file)
index 0000000..3d52236
--- /dev/null
@@ -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__ */