首页 > 代码库 > indy openssl lazarus 编程linux下出现不能装载动态库的问题原因!
indy openssl lazarus 编程linux下出现不能装载动态库的问题原因!
版本不对的原因。
具体在10.5.9下修改此参数即可解决问题。
LoadFunction() has an ACritical parameter. It is set to True by default, but can be set to False for individual functions (and currently is False for TLS 1.1+ and DTLS functions). You can patch IdSSLOpenSSLHeaders.pas to set ACritical to False for the missing SSLv2 functions. As long as you never use sslvSSLv2 in TIdSSLIOHandlerSocketOpenSSL, you should be fine. I will add this to the TODO list for a future Indy release.
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。