diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index d876b25b0b..cf288e5060 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1.h,v 1.82 2023/12/16 12:25:02 tb Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.83 2024/02/18 16:28:38 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -915,11 +915,6 @@ int SMIME_text(BIO *in, BIO *out); | |||
915 | 915 | ||
916 | void ERR_load_ASN1_strings(void); | 916 | void ERR_load_ASN1_strings(void); |
917 | 917 | ||
918 | #if defined(LIBRESSL_INTERNAL) || defined(LIBRESSL_NEXT_API) | ||
919 | int OPENSSL_timegm(const struct tm *tm, time_t *out); | ||
920 | struct tm *OPENSSL_gmtime(const time_t *time, struct tm *out_tm); | ||
921 | #endif | ||
922 | |||
923 | /* Error codes for the ASN1 functions. */ | 918 | /* Error codes for the ASN1 functions. */ |
924 | 919 | ||
925 | /* Function codes. */ | 920 | /* Function codes. */ |