aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-19 15:12:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-19 15:12:07 +0000
commit1c455bc084837cd040f1b4877854c56f39ac70a1 (patch)
treee4f2011e1538148573bc520559be1eb804fb6824 /crypto/asn1/asn1_locl.h
parent9f6b0635ad87845ddf9c88f0b17569e07c26c4b4 (diff)
downloadopenssl-1c455bc084837cd040f1b4877854c56f39ac70a1.zip
openssl-1c455bc084837cd040f1b4877854c56f39ac70a1.tar.gz
openssl-1c455bc084837cd040f1b4877854c56f39ac70a1.tar.bz2
new function ASN1_TIME_diff to calculate difference between two ASN1_TIME structures
Diffstat (limited to 'crypto/asn1/asn1_locl.h')
-rw-r--r--crypto/asn1/asn1_locl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h
index c4c0c9d..a1035cd 100644
--- a/crypto/asn1/asn1_locl.h
+++ b/crypto/asn1/asn1_locl.h
@@ -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