commit | a9188d4e173304948c7711566556602bfb3ee32f | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Jan 18 09:30:51 2000 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Tue Jan 18 09:30:51 2000 +0000 |
tree | e9b4a390ef9692cc6212c8f1ae60a82cc8854f33 | |
parent | ea5e7bcf632bba51618ab9407409b24cc4df8fa0 [diff] |
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.