summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_local.h')
-rw-r--r--src/lib/libcrypto/asn1/asn1_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_local.h b/src/lib/libcrypto/asn1/asn1_local.h
index 499e160275..a5478faa0b 100644
--- a/src/lib/libcrypto/asn1/asn1_local.h
+++ b/src/lib/libcrypto/asn1/asn1_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1_local.h,v 1.7 2024/01/06 20:47:01 tb Exp $ */ 1/* $OpenBSD: asn1_local.h,v 1.8 2024/02/18 16:28:38 tb 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 */
@@ -160,7 +160,7 @@ ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
160int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp); 160int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp);
161ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp, 161ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp,
162 long length); 162 long length);
163int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec); 163int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, int64_t offset_sec);
164int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, 164int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from,
165 const struct tm *to); 165 const struct tm *to);
166int asn1_time_time_t_to_tm(const time_t *time, struct tm *out_tm); 166int asn1_time_time_t_to_tm(const time_t *time, struct tm *out_tm);