CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/15 23:37:05
Modified files:
usr.bin/ssh : sntrup761.c sntrup761.sh
Log message:
use 64 bit math to avoid signed underflow. upstream code relies on
using -fwrapv to provide defined over/underflow behaviour, but we use
-ftrapv to catch integer errors and abort the program. ok dtucker@
