<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="monospace">Hi all.<br>
      <br>
      In my program I need to use the OpenSSL unit from fpc
      (packages/openssl) AND <br>
      I also need to use the lNET package.<br>
      <br>
      However my problem is that lNET also include a file named
      openssl.pas, although it<br>
      seems to be never that the one included in packages it does not
      have the same<br>
      methods included.<br>
      <br>
      So wheneven I include OpenSSL as a unit in my program it ALWAYS
      refer to the one<br>
      in lNET, presumable because it is a package - how do I avoid this
      and instead<br>
      use/refer to the fpc one?<br>
      <br>
      Regards,<br>
      -Torsten.<br>
    </font>
  </body>
</html>