CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/28 23:43:42
Modified files:
sbin/iked : crypto.c dh.c iked.h ikev2.c ikev2_msg.c
Log message:
sys/param.h was included for MAX(), MIN() and roundup(). make local
copies of MAXIMUM() and MINIMUM() like we have done in 50+ other places,
and also include a roundup()
ok jsg
