diff --git a/lib/asn1/der_get.c b/lib/asn1/der_get.c index 02c561052..5d91a4224 100644 --- a/lib/asn1/der_get.c +++ b/lib/asn1/der_get.c @@ -336,7 +336,6 @@ generalizedtime2time (const char *s, time_t *t) *t = _der_timegm (&tm); return 0; } -#undef timegm static int der_get_time (const unsigned char *p, size_t len,