From e97922f22038e9049ed4c2db5b3736dfaa0edde3 Mon Sep 17 00:00:00 2001 From: mrezai Date: Fri, 15 Apr 2016 19:03:35 +0430 Subject: Update OpenSSL to version 1.0.2g --- drivers/builtin_openssl2/crypto/asn1/asn1_locl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/builtin_openssl2/crypto/asn1/asn1_locl.h') diff --git a/drivers/builtin_openssl2/crypto/asn1/asn1_locl.h b/drivers/builtin_openssl2/crypto/asn1/asn1_locl.h index 9f5ed84727..4c004fab9a 100644 --- a/drivers/builtin_openssl2/crypto/asn1/asn1_locl.h +++ b/drivers/builtin_openssl2/crypto/asn1/asn1_locl.h @@ -59,6 +59,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 { -- cgit v1.2.3