diff options
| author | tb <> | 2022-07-04 14:39:43 +0000 |
|---|---|---|
| committer | tb <> | 2022-07-04 14:39:43 +0000 |
| commit | f6aea71cd5c758e04d49dda38e56e62226427d98 (patch) | |
| tree | 28cabd6a01724415b815aac248be70004dd28d57 /src/lib/libcrypto/asn1/a_time_tm.c | |
| parent | 6556e20f1a8b505b643975608f58b718266ab3de (diff) | |
| download | openbsd-f6aea71cd5c758e04d49dda38e56e62226427d98.tar.gz openbsd-f6aea71cd5c758e04d49dda38e56e62226427d98.tar.bz2 openbsd-f6aea71cd5c758e04d49dda38e56e62226427d98.zip | |
The OpenSSL API is called ASN1_TIME_set_string_X509() (uppercase x)
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 | } |
