1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-08 08:58:00 +00:00
putty-source/keygen
Simon Tatham 1b851758bd Add some missing #includes.
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.
2022-09-03 11:59:12 +01:00
..
CMakeLists.txt Move key-generation code into its own subdir. 2021-04-22 18:09:13 +01:00
dsa.c Spelling: standardise on "DSA", not "DSS". 2021-04-22 18:34:47 +01:00
ecdsa.c Move key-generation code into its own subdir. 2021-04-22 18:09:13 +01:00
millerrabin.c Side-channel-safe rewrite of the Miller-Rabin test. 2021-08-27 18:04:49 +01:00
mpunsafe.c Add some missing #includes. 2022-09-03 11:59:12 +01:00
mpunsafe.h Make mp_unsafe_mod_integer not be unsafe. 2021-08-27 17:43:40 +01:00
pockle.c Generalise strbuf_catf() into put_fmt(). 2021-11-19 11:32:47 +00:00
prime.c Move key-generation code into its own subdir. 2021-04-22 18:09:13 +01:00
primecandidate.c Make pcs_set_oneshot even more one-shot. 2021-08-27 18:04:49 +01:00
rsa.c Move key-generation code into its own subdir. 2021-04-22 18:09:13 +01:00
smallprimes.c Move key-generation code into its own subdir. 2021-04-22 18:09:13 +01:00