Add constant for indefinite encoding.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3667 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-10-26 03:49:54 +00:00
parent 0c1ec766ff
commit 976d9f12f5

View File

@@ -64,6 +64,8 @@ enum {
UT_GeneralString = 27
};
#define ASN1_INDEFINITE 0xdce0deed
#ifndef HAVE_TIMEGM
time_t timegm (struct tm *);
#endif