]> granicus.if.org Git - openssl/commit
Some platforms define NULL as ((void *)0). Unfortunately, a void*
authorRichard Levitte <levitte@openssl.org>
Sun, 17 Sep 2000 14:46:09 +0000 (14:46 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 17 Sep 2000 14:46:09 +0000 (14:46 +0000)
commit60dae9985d0120c62552776919ca474266649908
tree79e2197449d24f7d39d4862b6d95386c1aee8cbe
parentdf320c4473c7addf2b928849ecb8a116cf95af2f
Some platforms define NULL as ((void *)0).  Unfortunately, a void*
can't be used as a function pointer according the the standards.  Use
a 0 instead and there will be no trouble.
crypto/stack/stack.c