Whilst in the process of fixing outstanding function-pointer casts in the
authorGeoff Thorpe <geoff@openssl.org>
Mon, 8 Jan 2001 22:03:27 +0000 (22:03 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 8 Jan 2001 22:03:27 +0000 (22:03 +0000)
commitad2e032049d8e9460372e273eddb192c300b46dc
treedfb9bbe0cb5d49dd15469613d9044311fee7bece
parent601140b3636ca3766e2d93cd8c44ebe27554b606
Whilst in the process of fixing outstanding function-pointer casts in the
LHASH code, this evil was uncovered. The cast was obscuring the fact that
the function was prototyped to take 2 parameters when in fact it is being
used as a callback that should take only one. Anyway, the function itself
ignores the second parameter (thankfully). A proper cure is on the way but
for now this corrects the inconsistency.
crypto/objects/o_names.c