Avoid converting void * to a function pointer when NULL is defined as
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Jan 2000 08:23:15 +0000 (08:23 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 18 Jan 2000 08:23:15 +0000 (08:23 +0000)
commitea5e7bcf632bba51618ab9407409b24cc4df8fa0
tree049af6d232de5289afc67161a871af7186f10d06
parentc89cb36dbf9f1ed49884cc773c8d4ac2358dfcb1
Avoid converting void * to a function pointer when NULL is defined as
((void *)0), by have a 0 instead.
crypto/x509v3/v3_enum.c
crypto/x509v3/v3_int.c