diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/a_time_tm.c')
-rw-r--r-- | src/lib/libcrypto/asn1/a_time_tm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/a_time_tm.c b/src/lib/libcrypto/asn1/a_time_tm.c index 88deec1d2a..cb677ae93e 100644 --- a/src/lib/libcrypto/asn1/a_time_tm.c +++ b/src/lib/libcrypto/asn1/a_time_tm.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: a_time_tm.c,v 1.23 2022/06/30 08:25:56 tb Exp $ */ | 1 | /* $OpenBSD: a_time_tm.c,v 1.24 2022/07/04 14:39:43 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2015 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2015 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -598,7 +598,7 @@ ASN1_TIME_normalize(ASN1_TIME *t) | |||
598 | } | 598 | } |
599 | 599 | ||
600 | int | 600 | int |
601 | ASN1_TIME_set_string_x509(ASN1_TIME *s, const char *str) | 601 | ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str) |
602 | { | 602 | { |
603 | return ASN1_TIME_set_string_internal(s, str, RFC5280); | 603 | return ASN1_TIME_set_string_internal(s, str, RFC5280); |
604 | } | 604 | } |