[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HTTPAPI 1.24Beta5 and V5R1M0



   Hello,



   I download the HTTPAPI 1.24beta5 version and install in V5R1M0 and run
   for me.

   When I install, i got an error compiling without SSL (HTTPCMDR4 -->
   https_init not defined). To solve this problem i modify the source
   code inserting " /if defined(HAVE_SSLAPI) ":

   /if defined(HAVE_SSLAPI)
       if %len(sslid)>0;
          https_init(sslid);
       endif;
   /endif

   I recompile and got no error.

   By now i only proof Example7 and runs fine.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------