1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00
putty-source/keygen/CMakeLists.txt
Simon Tatham 8f0f5b69c0 Move key-generation code into its own subdir.
Including mpunsafe.{h,c}, which should be an extra defence against
inadvertently using it outside the keygen library.
2021-04-22 18:09:13 +01:00

11 lines
148 B
CMake

add_sources_from_current_dir(keygen
dsa.c
ecdsa.c
millerrabin.c
mpunsafe.c
pockle.c
prime.c
primecandidate.c
rsa.c
smallprimes.c)