Re: Windows and other AEAD ciphers

2025-02-03 Thread Hal Murray via devel
Neat. Thanks. > - libm > - stdbool.h Those should be part of the POSIX environment. At worst, we can clone stdbool.h and find the source for libm and grab the parts we need. > - struct timex and two of its members This will be the tricky part. I'm expecting a small shim to translate ntp_adjt

Windows and other AEAD ciphers

2025-02-03 Thread James Browning via devel
Building on windows will cause pain in the neck. Microsoft's SDK coaster image is a gigabyte and a half compressed. However, after too much frustration, I got an unrelated toy program to build on Linux. Building NTPsec on Linux but for Windows would require us to either bring back or re-impleme