博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
indy openssl lazarus 编程linux下出现不能装载动态库的问题原因!
阅读量:5088 次
发布时间:2019-06-13

本文共 506 字,大约阅读时间需要 1 分钟。

版本不对的原因。

具体在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.

转载于:https://www.cnblogs.com/prtmon/p/3702717.html

你可能感兴趣的文章
CSS继承—深入剖析
查看>>
IOS开发中的分享到邮件
查看>>
Resharper插件的使用
查看>>
unity中UI的屏幕自适应代码
查看>>
lagou数据爬取
查看>>
井底飞天
查看>>
<a>标签实现锚点跳跃,<a>标签实现href不跳跃另外加事件(ref传参)
查看>>
C# async/await异步操作:异步执行方法封装
查看>>
display:inline、block、inline-block的区别
查看>>
geotrellis使用(二十五)将Geotrellis移植到spark2.0
查看>>
字符串
查看>>
SystemV-IPC
查看>>
NPOI 操作Word
查看>>
如何在Ubuntu上创建及管理LXC容器?
查看>>
如何在 VMware 上安装 CentOS 6.8
查看>>
js-权威指南-Web套接字
查看>>
C# 笔记——数据类型
查看>>
http模块
查看>>
让 Visio 2003/2007 同时开多个独立窗口
查看>>
Remove Duplicates from Sorted Array LeetCode
查看>>