summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_locl.h')
-rw-r--r--src/lib/libcrypto/asn1/asn1_locl.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_locl.h b/src/lib/libcrypto/asn1/asn1_locl.h
index ca0b7d7d6e..e15b98b7c3 100644
--- a/src/lib/libcrypto/asn1/asn1_locl.h
+++ b/src/lib/libcrypto/asn1/asn1_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1_locl.h,v 1.39 2022/09/11 17:22:52 tb Exp $ */ 1/* $OpenBSD: asn1_locl.h,v 1.40 2022/11/08 12:56:00 beck Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -233,5 +233,10 @@ ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
233int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp); 233int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp);
234ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp, 234ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp,
235 long length); 235 long length);
236int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
237int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from,
238 const struct tm *to);
239int asn1_time_time_t_to_tm(const time_t *time, struct tm *out_tm);
240int asn1_time_tm_to_time_t(const struct tm *tm, time_t *out);
236 241
237__END_HIDDEN_DECLS 242__END_HIDDEN_DECLS