No need to undef timetm, we don't use it any more.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21367 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-27 10:07:26 +00:00
parent ea38249109
commit 0c489117c5

View File

@@ -336,7 +336,6 @@ generalizedtime2time (const char *s, time_t *t)
*t = _der_timegm (&tm); *t = _der_timegm (&tm);
return 0; return 0;
} }
#undef timegm
static int static int
der_get_time (const unsigned char *p, size_t len, der_get_time (const unsigned char *p, size_t len,