2
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 5 years have passed since last update.

error: field ‘ctx’ has incomplete type を解決する

Posted at

EVP_CIPHER_CTX incomplete type errorの解決法

対象

  • Debian 9 stretch
  • Ubuntu 18.04

原因

OpenSSLのバージョンアップ(1.0.2 -> 1.1)によるもの

対処法

libssl-devを削除してlibssl1.0-devをインストールする

参考文献

error: field 'ctx' has incomplete type EVP_CIPHER_CTX

2
0
1

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
2
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?