mirror of
https://github.com/curl/curl.git
synced 2026-07-28 23:23:10 +03:00
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 to300876a7a6Follow-up to8cc70db2dbCloses #19209
This commit is contained in:
parent
4a6fbd5e1d
commit
c96b7c4636
5 changed files with 45 additions and 114 deletions
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
|
|
@ -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.*\
|
||||
}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue