CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/25 22:55:35
Modified files:
usr.bin/ssh : chacha.h cipher-chachapoly.h digest.h hmac.h
kex.h kexc25519.c misc.h poly1305.h
ssh-pkcs11.c
Log message:
use __bounded(...) attribute recently added to sys/cdefs.h instead of
longform __attribute__(__bounded(...));
for brevity and a warning free compilation with llvm/clan
