Files
heimdal/lib/asn1/libasn1.h
Johan Danielsson 372881f5ef Now all decode_* and encode_* functions now take a final size_t*
argument, that they return the size in. Return values are zero for
success, and anything else (such as some ASN1_* constant) for error.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1951 ec53bebd-3082-4978-b11e-865c3cabbd6b
1997-07-01 23:52:30 +00:00

13 lines
184 B
C

/* $Id$ */
#ifndef __LIBASN1_H__
#define __LIBASN1_H__
#include "asn1_locl.h"
#include "asn1.h"
#include "der.h"
#include "asn1_err.h"
#include <errno.h>
#endif /* __LIBASN1_H__ */