
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2306 ec53bebd-3082-4978-b11e-865c3cabbd6b
13 lines
181 B
C
13 lines
181 B
C
/* $Id$ */
|
|
|
|
#ifndef __LIBASN1_H__
|
|
#define __LIBASN1_H__
|
|
|
|
#include <stdlib.h>
|
|
#include <errno.h>
|
|
#include "asn1.h"
|
|
#include "der.h"
|
|
#include "asn1_err.h"
|
|
|
|
#endif /* __LIBASN1_H__ */
|