DSO_bind() is effectively a method-specific wrapper for dlopen() or
authorGeoff Thorpe <geoff@openssl.org>
Wed, 14 Jun 2000 14:28:16 +0000 (14:28 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 14 Jun 2000 14:28:16 +0000 (14:28 +0000)
commit4c4ea428ccda9f19bd052ef403af3520e964f919
tree0ef569fcc43629a72a9b1e8bbd957895f555e8a8
parent28e94dc70dec11011e6e8ebc01edf33334b12df5
DSO_bind() is effectively a method-specific wrapper for dlopen() or
whatever the underlying API is. It must return (void *) because shared
libraries can expose functions, structures, or whatever. However, some
compilers give loads of warnings about casted function pointers through
this code, so I am explicitly casting them to the right prototypes.
crypto/engine/hw_cswift.c
crypto/engine/hw_ncipher.c