DEC C for VMS is getting really mean.  Version 6.2 (latest, as far as
I know) spews out a message when a (char *) cast is done to a function
pointer and vice versa.  Guess what it finds a little here and there
in OpenSSL?  :-)

Changing (char *) to (void *) (that has been know to do magic
sometimes) doesn't help.

It's especially visible in all the places where lh_doall_arg() gets a
casted function pointer as last argument (for example, see
CRYPTO_mem_leaks_cb() in crypto/mem_dbg.c)...

I can imagine using silly things like a struct around the function
pointer to get rid of that warning.  Other solutions?  Comments?

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-161 43  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to