When is the SSL object being called? You can set a flag in your application
to load the object.

int SSL = 1;


if(SSL == 1)
{
/*Load SSL Object*/
}
----- Original Message -----
From: "dan demers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 12:17 PM
Subject: explicit linking question


>
>
> in the windows environment,
>
> is it possible to use the explicitly link the openssl dll(s) (ssleay32.dll
> and libeay32.dll) as needed from my application?
>
> i wanted to include in my general dll (used by all my programs) an ssl
> object the uses openssl and explicitly loads the dll(s) as needed if the
ssl
> object is created.
>
> it this possible or do i always need to deliver the openssl dlls with my
> general dll which doesn't always use the ssl stuff.
>
> thanks,
>
> dan
>
>
> _________________________________________________________________
> Add photos to your e-mail with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to