hcrypto: Don't use 'u' as a variable name
commitbbc9176868ad9db1fc7dc25b46546b16a0557340
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Sun, 22 Aug 2010 14:03:03 +0000 (22 15:03 +0100)
committerLove Hornquist Astrand <lha@h5l.org>
Tue, 24 Aug 2010 04:21:14 +0000 (23 21:21 -0700)
tree07c5a89df6a751c7bb10448aff2b0ceceacce438
parentbd91f174b9e97fa9b63f4a714fcb42210f2d3af8
hcrypto: Don't use 'u' as a variable name

Some kernels #define u as a pointer to the current user structure.
This causes problems when trying to use hcrypto's hash routines in
those kernels, as they try to use 'u' as a variable name for a
structure pointer. Change this variable name to avoid the conflict.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
lib/hcrypto/md4.c
lib/hcrypto/md5.c
lib/hcrypto/sha.c
lib/hcrypto/sha256.c