DLLEntryPoint is a collective name, not what linker looks for. However,
authorAndy Polyakov <appro@openssl.org>
Sun, 1 Aug 2004 14:27:43 +0000 (14:27 +0000)
committerAndy Polyakov <appro@openssl.org>
Sun, 1 Aug 2004 14:27:43 +0000 (14:27 +0000)
commit00555c2f2fa65701b40402f4bf47fc450bd5523d
tree7b433858f07d2658876e7631ffad3122632d22a6
parent07d80f6f35fd3a087bbc631ce1210ccf73bf9ec5
DLLEntryPoint is a collective name, not what linker looks for. However,
if we explicitly intruct the linker to set entry point, then we become
obliged to initialize run-time library. Instead we can pick name run-time
will call and such name is DllMain. Note that this applies to both
"native" Win32 environment and Cygwin:-)
crypto/cryptlib.c