Use the new LHASH macros to declare type-safe wrapper functions that can
authorGeoff Thorpe <geoff@openssl.org>
Sat, 2 Dec 2000 23:16:54 +0000 (23:16 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Sat, 2 Dec 2000 23:16:54 +0000 (23:16 +0000)
commit35a99b6380231992457f9e4133d3c3e509b85d0d
treef869c9539da4aefa385c5be4a286e6d081bf9819
parentdfa46e502dff4b86e6e41fbcc36c561caf20bd2e
Use the new LHASH macros to declare type-safe wrapper functions that can
be used as the hash/compare callbacks without function pointer casting.

For now, this is just happening in the apps/ directory whilst a few people
check the approach. The rest of the library will be moved across to the
same idea if there's no problems with this.
apps/ca.c
apps/openssl.c