Compaq C 6.2 for VMS will complain when we want to convert
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Jan 2000 09:30:51 +0000 (09:30 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 18 Jan 2000 09:30:51 +0000 (09:30 +0000)
commita9188d4e173304948c7711566556602bfb3ee32f
treee9b4a390ef9692cc6212c8f1ae60a82cc8854f33
parentea5e7bcf632bba51618ab9407409b24cc4df8fa0
Compaq C 6.2 for VMS will complain when we want to convert
non-function pointers to function pointers and vice versa.
The current solution is to have unions that describe the
conversion we want to do, and gives us the ability to extract
the type of data we want.

The current solution is a quick fix, and can probably be made
in a more general or elegant way.
crypto/bio/bss_conn.c
crypto/mem_dbg.c
crypto/objects/o_names.c
ssl/bio_ssl.c
ssl/s3_lib.c
ssl/ssl_lib.c