diff --git a/lib/asn1/der.h b/lib/asn1/der.h index cee5c0619..9107a3196 100644 --- a/lib/asn1/der.h +++ b/lib/asn1/der.h @@ -26,7 +26,9 @@ enum { UT_GeneralString = 27 }; +#ifndef HAVE_TIMEGM time_t timegm (struct tm *); +#endif void time2generalizedtime (time_t t, octet_string *s);