Menu

#1068 libcurl not compilint when linking to cyassl 2.0.0rc3

closed-fixed
5
2013-06-21
2011-11-25
Boris
No

when compiling libcurl 7.23.1 againt cyassl 2.0.0rc3 it does not compile.
in the function Curl_cyassl_init there is a call to InitCyaSSL which is not present anymore.
SSL_library_init should be used instead.

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2011-11-25
    • status: open --> open-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2011-11-25

    Thanks for the report, this problem is now fixed in the git repository.

    To try it out, you either checkout/update your git clone: http://curl.haxx.se/source.html

    or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

     
  • Daniel Stenberg

    Daniel Stenberg - 2011-11-30
    • status: open-fixed --> closed-fixed