资源简介

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\n“ 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版\libssh2\bin\
     文件        4249  2015-05-12 13:03  libssh2动态库\mingw版\libssh2\bin\c_rehash
     文件     3274968  2015-05-12 13:03  libssh2动态库\mingw版\libssh2\bin\openssl.exe
     目录           0  2018-07-19 17:01  libssh2动态库\mingw版\libssh2\include\
     文件       49348  2015-05-11 16:21  libssh2动态库\mingw版\libssh2\include\libssh2.h
     文件        4910  2015-05-11 16:21  libssh2动态库\mingw版\libssh2\include\libssh2_publickey.h
     文件       15716  2015-05-11 16:21  libssh2动态库\mingw版\libssh2\include\libssh2_sftp.h
     目录           0  2018-07-19 17:01  libssh2动态库\mingw版\libssh2\include\openssl\
     文件        5507  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\aes.h
     文件       52190  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\asn1.h
     文件       30092  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\asn1t.h
     文件       19143  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\asn1_mac.h
     文件       32987  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\bio.h
     文件        5143  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\blowfish.h
     文件       36185  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\bn.h
     文件        4652  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\buffer.h
     文件        4956  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\camellia.h
     文件        4492  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\cast.h
     文件        3244  2015-05-12 13:03  libssh2动态库\mingw版\libssh2\include\openssl\cmac.h
     文件       19927  2015-05-12 13:03  libssh2动态库\mingw版\libssh2\include\openssl\cms.h
     文件        1978  2015-05-12 13:03  libssh2动态库\mingw版\libssh2\include\openssl\comp.h
     文件        9848  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\conf.h
     文件        4080  2015-05-12 13:03  libssh2动态库\mingw版\libssh2\include\openssl\conf_api.h
     文件       24337  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\crypto.h
     文件       10849  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\des.h
     文件       18238  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\des_old.h
     文件        9979  2015-05-12 13:02  libssh2动态库\mingw版\libssh2\include\openssl\dh.h
............此处省略82个文件信息

评论

共有 条评论