0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

OpenSSLのEVP APIの依存ライブラリ

Posted at

はじめに

  • 個人的備忘録です。
  • WindowsでOpenSSLのEVP暗号(libcrypto.lib)を使用する際に必要となるライブラリについて記載します。

環境

  • Visual Studio 2012
  • OpenSSL 1.1.1g

依存ライブラリ

  • Wincrypt32
  • Winsock2

上記のライブラリに依存するため、libcrypto.libをリンクする際は、合わせて以下もリンクする必要がある。

  • crypt32.lib
  • ws2_32.lib
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?