From b26b3b0a9aadb4eb205cfa2ad841936cf9608126 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 2 Jul 1997 21:13:22 +0000 Subject: [PATCH] conditional prototype for `timegm' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1958 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/der.h | 2 ++ 1 file changed, 2 insertions(+) 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);