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)
commit8dc344ccbf41c427634a5f8a0f17ee62eb121551
tree62329734336f08a654fa1b6d99b6d4e99d8947e8
parent6bcd3f903a5c163ae8994533d90e8571347ed30a
Relax some over-zealous constification that gave some lhash-based code no
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.
CHANGES
crypto/ex_data.c
crypto/lhash/lhash.c
crypto/lhash/lhash.h