diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index c0d0f9288f..d1626944b7 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.31 2015/10/08 02:26:31 beck Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.32 2015/10/08 02:29:11 beck 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 | * |
@@ -812,9 +812,8 @@ ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t); | |||
812 | ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, | 812 | ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, |
813 | int offset_day, long offset_sec); | 813 | int offset_day, long offset_sec); |
814 | int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str); | 814 | int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str); |
815 | #ifndef LIBRESSL_INTERNAL | ||
816 | int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t); | 815 | int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t); |
817 | #endif | 816 | |
818 | int ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME *a); | 817 | int ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME *a); |
819 | ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s, | 818 | ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s, |
820 | time_t t); | 819 | time_t t); |