svn commit: r305066 - head/tools/tools/crypto

John Baldwin jhb at freebsd.org
Tue Aug 30 16:40:10 UTC 2016


On Tuesday, August 30, 2016 02:28:35 PM George V. Neville-Neil wrote:
> Author: gnn
> Date: Tue Aug 30 14:28:35 2016
> New Revision: 305066
> URL: https://svnweb.freebsd.org/changeset/base/305066
> 
> Log:
>   Update cryptotest for modern algorithms
>   
>   Reviewed by:	cem
>   Sponsored by:	Rubicon Communications, LLC (Netgate)
>   Differential Revision:	https://reviews.freebsd.org/D7598

Doesn't removing 'static' result in a bunch of warnings from clang now since
you don't have function prototypes?  Assuming these functions aren't meant
to be exposed as a library to other programs, static is more correct.

-- 
John Baldwin


More information about the svn-src-head mailing list