Constification of the data of a hash table. This means the callback
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Dec 2000 17:15:03 +0000 (17:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Dec 2000 17:15:03 +0000 (17:15 +0000)
commit8d28d5f81b81f68a69db1c67e24bcfc092614346
tree3391f9ea36d1b9655ffd8e9065de14a5284c5556
parent53b407da84909dffb54c44dc8a1106723a23a546
Constification of the data of a hash table.  This means the callback
functions need to be constified, and therefore meant a number of easy
changes a little everywhere.

Now, if someone could explain to me why OBJ_dup() cheats...
13 files changed:
apps/openssl.c
crypto/asn1/a_object.c
crypto/asn1/asn1.h
crypto/conf/conf_api.c
crypto/err/err.c
crypto/lhash/lhash.c
crypto/lhash/lhash.h
crypto/mem.c
crypto/mem_dbg.c
crypto/objects/o_names.c
crypto/objects/obj_dat.c
crypto/objects/obj_lib.c
crypto/objects/objects.h