[fpc-pascal] OpenSSL

Joost van der Sluis joost at cnoc.nl
Tue Nov 17 22:11:28 CET 2015


Op 17-11-15 om 13:28 schreef Torsten Bonde Christiansen:
>
> In my program I need to use the OpenSSL unit from fpc 
> (packages/openssl) AND
> I also need to use the lNET package.
>
> However my problem is that lNET also include a file named openssl.pas, 
> although it
> seems to be never that the one included in packages it does not have 
> the same
> methods included.
>
> So wheneven I include OpenSSL as a unit in my program it ALWAYS refer 
> to the one
> in lNET, presumable because it is a package - how do I avoid this and 
> instead
> use/refer to the fpc one?
Just use the latest version of lnet, in which this problem has been solved.

If you are using 3.0.0, easiest is to do 'fppkg install lnet'

Joost.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20151117/7097da5c/attachment.html>


More information about the fpc-pascal mailing list