From 405d3508ec59ec13ea5e67fbb44ead4b1dbc4f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Oct 2006 16:24:02 +0000 Subject: [PATCH] always use _der_timegm git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18608 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/der_locl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/asn1/der_locl.h b/lib/asn1/der_locl.h index 578a0707c..cdcb5c09a 100644 --- a/lib/asn1/der_locl.h +++ b/lib/asn1/der_locl.h @@ -53,10 +53,7 @@ #include #include -#ifndef HAVE_TIMEGM time_t _der_timegm (struct tm *); -#endif - size_t _heim_len_unsigned (unsigned); size_t _heim_len_int (int);