Relax some over-zealous constification that gave some lhash-based code no
authorGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 04:57:05 +0000 (04:57 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 29 Oct 2003 04:57:05 +0000 (04:57 +0000)
choice but to have to cast away "const" qualifiers from their prototypes.
This does not remove constification restrictions from hash/compare
callbacks, but allows destructor commands to be run over a tables' elements
without bad casts.


No differences found