curl/lib/vauth
Viktor Szakats 784a8ec2c1
tidy-up: delete, comment or scope C macros reported unused
To reduce the number `-Wunused-macro` compiler warnings:
- delete unused macros.
- comment out unused macro that are part of a set.
- move macros into the scope they are used.

This may be useful to enable by default, but there are tricky cases that
I didn't manage to fix and paused the effort. E.g. internal features
checks in `openssl.c`. There is more, once those are fixed.

Closes #16279
2025-02-14 10:37:14 +01:00
..
.checksrc checksrc: use 'banfunc' proper in more places 2025-01-13 09:10:58 +01:00
cleartext.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
cram.c lib: remove function pointer typecasts for hmac/sha256/md5 2024-10-15 14:32:39 +02:00
digest_sspi.c tidy-up: drop parenthesis around return expression 2025-01-14 12:11:42 +01:00
digest.c tidy-up: delete, comment or scope C macros reported unused 2025-02-14 10:37:14 +01:00
digest.h lib: add ability to disable auths individually 2023-09-07 17:45:06 +02:00
gsasl.c lib: use bool/TRUE/FALSE properly 2024-10-03 09:31:56 +02:00
krb5_gssapi.c lib: supress deprecation warnings in apple builds 2024-12-17 14:54:34 +01:00
krb5_sspi.c tidy-up: drop parenthesis around return expression 2025-01-14 12:11:42 +01:00
ntlm_sspi.c tidy-up: drop parenthesis around return expression 2025-01-14 12:11:42 +01:00
ntlm.c src/lib: remove redundant ternary operators 2024-10-29 08:18:30 +01:00
ntlm.h copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
oauth2.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
spnego_gssapi.c lib: supress deprecation warnings in apple builds 2024-12-17 14:54:34 +01:00
spnego_sspi.c tidy-up: drop parenthesis around return expression 2025-01-14 12:11:42 +01:00
vauth.c tidy-up: drop parenthesis around return expression 2025-01-14 12:11:42 +01:00
vauth.h vauth: make two functions void that always just returned OK 2024-05-13 22:38:25 +02:00