mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-02 21:04:45 +03:00
My experimental build with clang-cl at -Wall did show up a few things that are safe enough to fix right now. One was this list of missing includes, which was causing a lot of -Wmissing-prototype warnings, and is a real risk because it means the declarations in headers weren't being type-checked against the actual function definitions. Happily, no actual mismatches. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| dsa.c | ||
| ecdsa.c | ||
| millerrabin.c | ||
| mpunsafe.c | ||
| mpunsafe.h | ||
| pockle.c | ||
| prime.c | ||
| primecandidate.c | ||
| rsa.c | ||
| smallprimes.c | ||