diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_locl.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1_locl.h | 7 |
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, | |||
233 | int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp); | 233 | int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp); |
234 | ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp, | 234 | ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp, |
235 | long length); | 235 | long length); |
236 | int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec); | ||
237 | int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, | ||
238 | const struct tm *to); | ||
239 | int asn1_time_time_t_to_tm(const time_t *time, struct tm *out_tm); | ||
240 | int asn1_time_tm_to_time_t(const struct tm *tm, time_t *out); | ||
236 | 241 | ||
237 | __END_HIDDEN_DECLS | 242 | __END_HIDDEN_DECLS |