src: use curlx_dyn_ prefix, not Curl_dyn_

Closes #16658
This commit is contained in:
Daniel Stenberg 2025-03-10 16:57:42 +01:00
parent 8df315d5b3
commit 284ef8a3dc
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 4 additions and 4 deletions

View file

@ -86,7 +86,7 @@ CURLcode tool_ssls_load(struct GlobalConfig *global,
++i;
curl_free(shmac);
curl_free(sdata);
line = Curl_dyn_ptr(&buf);
line = curlx_dyn_ptr(&buf);
c = memchr(line, ':', strlen(line));
if(!c) {