<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Op 17-11-15 om 13:28 schreef Torsten Bonde Christiansen:<br>
    <blockquote cite="mid:564B1D83.4050305@epidata.info" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <font face="monospace"><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?</font><br>
    </blockquote>
    <font face="monospace">Just use the latest version of lnet, in which
      this problem has been solved.<br>
      <br>
      If you are using 3.0.0, easiest is to do 'fppkg install lnet'<br>
      <br>
      Joost.<br>
    </font>
  </body>
</html>