Move all the existing function pointer casts associated with LHASH's two
authorGeoff Thorpe <geoff@openssl.org>
Tue, 9 Jan 2001 00:24:38 +0000 (00:24 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 9 Jan 2001 00:24:38 +0000 (00:24 +0000)
commit3c914840520161d9ca121d38973a79b050916a8a
tree54e55c6caf32e0ec88ac04b6a7765f7452fc7739
parent98d517c5dad7812f2df30f001356eb4cfa7fa6fc
Move all the existing function pointer casts associated with LHASH's two
"doall" functions to using type-safe wrappers. As and where required, this
can be replaced by redeclaring the underlying callbacks to use the
underlying "void"-based prototypes (eg. if performance suffers from an
extra level of function invocation).
CHANGES
crypto/conf/cnf_save.c
crypto/conf/conf_api.c
crypto/conf/conf_def.c
crypto/objects/o_names.c
crypto/objects/obj_dat.c
ssl/ssl_sess.c