From 6eb62071fe23cf0304fac2d3e88fc54e0d41027e Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 9 Jun 1997 22:35:41 +0000 Subject: [PATCH] Moved stuff from asn1_locl.h that doesn't have anything to do with asn1_compile. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1869 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/libasn1.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/asn1/libasn1.h diff --git a/lib/asn1/libasn1.h b/lib/asn1/libasn1.h new file mode 100644 index 000000000..f8f0cfd41 --- /dev/null +++ b/lib/asn1/libasn1.h @@ -0,0 +1,10 @@ +/* $Id$ */ + +#ifndef __LIBASN1_H__ +#define __LIBASN1_H__ + +#include "asn1_locl.h" +#include "asn1.h" +#include "der.h" + +#endif /* __LIBASN1_H__ */