
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2328 ec53bebd-3082-4978-b11e-865c3cabbd6b
22 lines
332 B
C
22 lines
332 B
C
/* $Id$ */
|
|
|
|
#ifndef __DER_LOCL_H__
|
|
#define __DER_LOCL_H__
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
#include <assert.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <limits.h>
|
|
#include <ctype.h>
|
|
#include <time.h>
|
|
#include <errno.h>
|
|
#include <roken.h>
|
|
|
|
#include <libasn1.h>
|
|
|
|
#endif /* __DER_LOCL_H__ */
|