hcrypto: Don't use 'u' as a variable name
commit56978cee7a514bc44aed6e96bb0070b275e8be2d
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:40 +0000 (23 21:21 -0700)
treea13baafc0a77268fd58a9667563094db9e8ad7f8
parent7155235d9637e5c018999183ae8d1164da05350e
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