The callbacks in the NAME_FUNCS structure are not used directly as LHASH
authorGeoff Thorpe <geoff@openssl.org>
Tue, 20 Feb 2001 16:31:15 +0000 (16:31 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 20 Feb 2001 16:31:15 +0000 (16:31 +0000)
commit4dc719fc37cb2201c8e211c6a684d71477c20f50
tree86f32bd6f0c5f0b3ccaf7e731a2cd098440426dc
parent48f2ef8d004f1fa043238bd87b5976c53d278b80
The callbacks in the NAME_FUNCS structure are not used directly as LHASH
callbacks, and their prototypes were consistent as they were. These casts
need reversing.

Also, I personally find line breaks during parameter lists (ie a line
ending in a comma) easier to read at a glance than line breaks at the end
of a function call and before a dereference on the return value (ie a line
ending in a closed-bracket followed by a line starting with "->").
crypto/objects/o_names.c