diff options
Diffstat (limited to 'lib/libssl/src/crypto/asn1/asn1_locl.h')
-rw-r--r-- | lib/libssl/src/crypto/asn1/asn1_locl.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/asn1/asn1_locl.h b/lib/libssl/src/crypto/asn1/asn1_locl.h index c6c80aa6aa2..d4994c7cee5 100644 --- a/lib/libssl/src/crypto/asn1/asn1_locl.h +++ b/lib/libssl/src/crypto/asn1/asn1_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asn1_locl.h,v 1.5 2014/06/12 15:49:27 deraadt Exp $ */ +/* $OpenBSD: asn1_locl.h,v 1.6 2015/10/02 15:04:45 beck Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -58,6 +58,10 @@ /* Internal ASN1 structures and functions: not for application use */ +char * gentime_string_from_tm(struct tm *tm); +char * utctime_string_from_tm(struct tm *tm); +int asn1_time_parse(const char *, size_t, struct tm *, int); + /* ASN1 print context structure */ struct asn1_pctx_st { |