make depend
[oweals/openssl.git] / crypto / asn1 / asn1_locl.h
index c4c0c9d41e28e645bac49c08146abe3d47f19c95..a1035cd46e25f41b4786f41261a5fd2da2279b6f 100644 (file)
@@ -58,6 +58,9 @@
 
 /* Internal ASN1 structures and functions: not for application use */
 
+int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d);
+int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d);
+
 /* ASN1 print context structure */
 
 struct asn1_pctx_st