Use 0 instead of NULL when casting to function pointers, to avoid
authorRichard Levitte <levitte@openssl.org>
Wed, 22 May 2002 07:56:38 +0000 (07:56 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 22 May 2002 07:56:38 +0000 (07:56 +0000)
commit0984fcf11847fc94a131b9f83ab02db4aeb61b24
tree88d5b369e22988320e33f83ae9126928a8904ecc
parent18cc99ac172344367168a14f649c4e85aa0d19f9
Use 0 instead of NULL when casting to function pointers, to avoid
warnings from compilers when NULL is defined as '((void *)0)'.
This has already been applied in the main branch.
crypto/engine/hw_4758_cca.c