libssh2动态库


libssh2动态库,含有mingw版本和VS版本,库已经编译好了,直接使用就可以。。。。。。。。。。。。。。。
资源截图
代码片段和文件信息
#include 

#include “openssl/ssl.h“


int main ()
{
    SSL_CTX* ctx = NULL;
    const SSL_METHOD* meth = NULL;

    OpenSSL_add_ssl_algorithms();    // 初始化
    SSL_load_error_strings();        // 为打印调试信息作准备
    meth = TLSv1_client_method();    // 采用什么协议(SSLv2/SSLv3/TLSv1)在此指定
    ctx = SSL_CTX_new (meth);
    printf(“%X
“ ctx);

    return 0;
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-07-19 17:01  libssh2动态库
     目录           0  2018-07-19 17:01  libssh2动态库mingw版
     目录           0  2018-07-19 17:01  libssh2动态库mingw版libssh2
     文件     2130756  2018-06-23 15:42  libssh2动态库mingw版libssh2.7z
     目录           0  2018-07-19 17:01  libssh2动态库mingw版libssh2in
     文件        4249  2015-05-12 13:03  libssh2动态库mingw版libssh2inc_rehash
     文件     3274968  2015-05-12 13:03  libssh2动态库mingw版libssh2inopenssl.exe
     目录           0  2018-07-19 17:01  libssh2动态库mingw版libssh2include
     文件       49348  2015-05-11 16:21  libssh2动态库mingw版libssh2includelibssh2.h
     文件        4910  2015-05-11 16:21  libssh2动态库mingw版libssh2includelibssh2_publickey.h
     文件       15716  2015-05-11 16:21  libssh2动态库mingw版libssh2includelibssh2_sftp.h
     目录           0  2018-07-19 17:01  libssh2动态库mingw版libssh2includeopenssl
     文件        5507  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopensslaes.h
     文件       52190  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopensslasn1.h
     文件       30092  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopensslasn1t.h
     文件       19143  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopensslasn1_mac.h
     文件       32987  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopensslio.h
     文件        5143  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopenssllowfish.h
     文件       36185  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopenssln.h
     文件        4652  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopenssluffer.h
     文件        4956  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopensslcamellia.h
     文件        4492  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopensslcast.h
     文件        3244  2015-05-12 13:03  libssh2动态库mingw版libssh2includeopensslcmac.h
     文件       19927  2015-05-12 13:03  libssh2动态库mingw版libssh2includeopensslcms.h
     文件        1978  2015-05-12 13:03  libssh2动态库mingw版libssh2includeopensslcomp.h
     文件        9848  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopensslconf.h
     文件        4080  2015-05-12 13:03  libssh2动态库mingw版libssh2includeopensslconf_api.h
     文件       24337  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopensslcrypto.h
     文件       10849  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopenssldes.h
     文件       18238  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopenssldes_old.h
     文件        9979  2015-05-12 13:02  libssh2动态库mingw版libssh2includeopenssldh.h
............此处省略82个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)