summaryrefslogtreecommitdiffstats
path: root/test/ca_internals_test.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2022-06-28 08:42:28 +0200
committerDr. David von Oheimb <dev@ddvo.net>2022-07-19 08:44:19 +0200
commit6097eb215266a825c9eedfab8f9c8482567ad4ab (patch)
tree0295602e89365907ab92c7cce423eb6f2d4c0eeb /test/ca_internals_test.c
parent7c310e872e72977432b3520c5d27641e13815548 (diff)
libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_t
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/18668)
Diffstat (limited to 'test/ca_internals_test.c')
-rw-r--r--test/ca_internals_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ca_internals_test.c b/test/ca_internals_test.c
index 2928e5b0b3..24f7ba3884 100644
--- a/test/ca_internals_test.c
+++ b/test/ca_internals_test.c
@@ -47,7 +47,7 @@ static int test_do_updatedb(void)
}
testdate = test_get_argument(2);
- testdateutc = asn1_string_to_time_t(testdate);
+ testdateutc = ossl_asn1_string_to_time_t(testdate);
if (TEST_time_t_lt(testdateutc, 0)) {
return 0;
}