des: merge curl_des into curl_ntlm_core.c

`curl_des.c` contained a single, short, function
`Curl_des_set_odd_parity()`, called from `curl_ntlm_core.c` alone.

Move it there, and define it only when needed.

Follow-up to 300876a7a6
Follow-up to 8cc70db2db

Closes #19209
This commit is contained in:
Viktor Szakats 2025-10-24 02:28:46 +02:00
parent 4a6fbd5e1d
commit c96b7c4636
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 45 additions and 114 deletions

2
.github/labeler.yml vendored
View file

@ -162,9 +162,9 @@ cryptography:
docs/libcurl/opts/CURLOPT_EGDSOCKET*,\
lib/*sha256*,\
lib/*sha512*,\
lib/curl_des.*,\
lib/curl_hmac.*,\
lib/curl_md?.*,\
lib/curl_ntlm_core.*,\
lib/md?.*,\
lib/rand.*\
}"