summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/asn1/der_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/asn1/der_locl.h')
-rw-r--r--source4/heimdal/lib/asn1/der_locl.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/heimdal/lib/asn1/der_locl.h b/source4/heimdal/lib/asn1/der_locl.h
index 67e1e877f6..1127383e6c 100644
--- a/source4/heimdal/lib/asn1/der_locl.h
+++ b/source4/heimdal/lib/asn1/der_locl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 - 2001 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2002, 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-/* $Id: der_locl.h,v 1.5 2004/02/07 14:16:53 lha Exp $ */
+/* $Id: der_locl.h,v 1.6 2005/07/12 06:27:22 lha Exp $ */
#ifndef __DER_LOCL_H__
#define __DER_LOCL_H__
@@ -53,6 +53,10 @@
#include <asn1_err.h>
#include <der.h>
+#ifndef HAVE_TIMEGM
+time_t timegm (struct tm *);
+#endif
+
size_t _heim_len_unsigned (unsigned);
size_t _heim_len_int (int);