{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1759543937,"commit_time":1759570484,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"56026dae0245841380a5d96093e4451cfd77e0d7","message":"openssl: fix build for v1.0.2\n\n```\nlib/vtls/openssl.c: In function 'asn1_object_dump':\nlib/vtls/openssl.c:299:42: error: passing argument 3 of 'i2t_ASN1_OBJECT' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]\n  299 |   int i = i2t_ASN1_OBJECT(buf, (int)len, a);\n      |                                          ^\nIn file included from /home/runner/djgpp/include/openssl/objects.h:965,\n                 from /home/runner/djgpp/include/openssl/evp.h:94,\n                 from /home/runner/djgpp/include/openssl/x509.h:73,\n                 from /home/runner/djgpp/include/openssl/ssl.h:156,\n                 from lib/curl_ntlm_core.c:71,\n                 from bld/lib/CMakeFiles/libcurl_static.dir/Unity/unity_0_c.c:88:\n/home/runner/djgpp/include/openssl/asn1.h:921:58: note: expected 'ASN1_OBJECT *' {aka 'struct asn1_object_st *'} but argument is of type 'const ASN1_OBJECT *' {aka 'const struct asn1_object_st *'}\n  921 | int i2t_ASN1_OBJECT(char *buf, int buf_len, ASN1_OBJECT *a);\n      |                                             ~~~~~~~~~~~~~^\n```\nRef: https://github.com/curl/curl/actions/runs/18236773678/job/51931937131?pr=18039\n\nFollow-up to bb46d42407cd0503a9c499b4646af594a4db4947 #18647\n\nCloses #18841\n","parents":["c9edc26afedefc9ce338a72910b8bd9616e8ebca"],"tree_hash":"d37af90850f0a0c7858d40754f034cb34cd015bf"}