Use 0 instead of NULL, at least for function casts, since there are
authorRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 12:40:42 +0000 (12:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 20 Feb 2001 12:40:42 +0000 (12:40 +0000)
commit5af18f65f4897c5716196b9a13b3b6746634fd36
tree38878a9f8157b73c0fd93ad2811bd377474c3550
parenta9b34991d98eb5104fe6cf23d61ce83c23c58384
Use 0 instead of NULL, at least for function casts, since there are
variants of stdio.h that define NULL in such a way that it's "unsafe"
to use for function pointer casting.
crypto/lhash/lhash.c