疯狂尝试针对 OpenSSL/libcrypto 进行编译

发布于 2024-11-18 03:20:14 字数 145 浏览 5 评论 0原文

我已经尝试这样做近三天了。这让我发疯。

正如你所想象的,我对 C++ 还很陌生。

任何人都可以给我一步一步的说明来使用 openssl 中的函数编写 hello world 程序,并从 Windows 上的 cygwin shell 进行编译。

I have been trying to do this for nearly 3 days now. Its driving me nuts.

As you can imagine I'm quite new to C++.

Can anyone give me step by step instructions to do a hello world program making use of a function in openssl and compile it from a cygwin shell on Windows.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

送舟行 2024-11-25 03:20:14

您忘记链接 libcrypto。将 -lcrypto 附加到您的链接器标志。

You forgot to link with libcrypto. Append -lcrypto to your linker flags.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文