diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 3ff3f51d34..3f9645a139 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.65 2022/06/27 13:54:57 beck Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.66 2022/07/04 14:39:43 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 | * |
@@ -724,7 +724,7 @@ int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm); | |||
724 | int ASN1_TIME_compare(const ASN1_TIME *t1, const ASN1_TIME *t2); | 724 | int ASN1_TIME_compare(const ASN1_TIME *t1, const ASN1_TIME *t2); |
725 | int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t2); | 725 | int ASN1_TIME_cmp_time_t(const ASN1_TIME *s, time_t t2); |
726 | int ASN1_TIME_normalize(ASN1_TIME *t); | 726 | int ASN1_TIME_normalize(ASN1_TIME *t); |
727 | int ASN1_TIME_set_string_x509(ASN1_TIME *time, const char *str); | 727 | int ASN1_TIME_set_string_X509(ASN1_TIME *time, const char *str); |
728 | #endif | 728 | #endif |
729 | int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, | 729 | int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, |
730 | const ASN1_TIME *to); | 730 | const ASN1_TIME *to); |