Time difference functions.
[openssl.git] / crypto / asn1 / asn1_locl.h
index 9fcf0d9530ff9a82dc008d45b537fda2c9ead109..5452f2ac62e24d1128cebd289e1dac01cdc30688 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