编译好的boringSSL没发现生成ssl.h头文件在哪#include "openssl/ssl.h" #315
Unanswered
tickmoo
asked this question in
Q&A (问题和回答)
Replies: 3 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
@tickmoo 目前暂不支持 Windows平台 参见 https://tquic.net/zh/docs/getting_started/installation/#%E6%94%AF%E6%8C%81%E5%B9%B3%E5%8F%B0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@iyangsj 现在文档 (https://tquic.net/zh/docs/getting_started/installation/#%E6%94%AF%E6%8C%81%E5%B9%B3%E5%8F%B0)中支持windows 编译,tquic 依赖的也是 boringssl 吗?还是直接换成 openssl 的库也可以? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用windwos平台编译boringssl,生成了libssl.a和libcrypto.a,并且build.rs构建println!("cargo:rustc-link-lib=static=ssl");
println!("cargo:rustc-link-lib=static=crypto");也成功打进去了,但是tquic.h里面需要的openssl/ssl.h头文件在哪里找?
Beta Was this translation helpful? Give feedback.
All reactions