]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
opencrypto: Use C99 initializers for auth_hash instances
authorcem <cem@FreeBSD.org>
Tue, 26 Sep 2017 17:52:52 +0000 (17:52 +0000)
committercem <cem@FreeBSD.org>
Tue, 26 Sep 2017 17:52:52 +0000 (17:52 +0000)
commit14d71cb7edaae9353606b59782a90f1ae471a59b
tree646f80dd4e71b2a13985631b497150b5245cca3d
parent0c65f5254fe5197934df549fe2dcd2b68ee92d5d
opencrypto: Use C99 initializers for auth_hash instances

A misordering in the Via padlock driver really strongly suggested that these
should use C99 named initializers.

No functional change.

Sponsored by: Dell EMC Isilon
sys/crypto/via/padlock_hash.c
sys/opencrypto/xform_md5.c
sys/opencrypto/xform_null.c
sys/opencrypto/xform_rmd160.c
sys/opencrypto/xform_sha1.c
sys/opencrypto/xform_sha2.c