CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/01/04 02:07:44
Modified files: sys/crypto : siphash.h Log message: Use __buffer__ instead of __string__ as the __bounded type. The former causes extra warnings with gcc 3, due to the way we use siphash in the filesystem code. With dlg@