compile error would you help me?
In file included from decoder_stack.c:24:0: ssl_session.h:74:15: error: field 'handshake_digest_sha' has incomplete type EVP_MD_CTX handshake_digest_sha; ^ ssl_session.h:75:15: error: field 'handshake_digest_md5' has incomplete type EVP_MD_CTX handshake_digest_md5; ^
Additional explanation: I am compiling in the Linux environment, it seems to be missing header files.
If you find the answer please post here.
Using openssl-1.1.0h-compile and new libdssl-master can compile ,but run also core.
Hi mseaspring , Thanks able to resolve the issue.
In file included from decoder_stack.c:24:
ssl_session.h:81:41: error: field 'handshake_digest_sha' has incomplete type
81 | EVP_MD_CTX handshake_digest_sha;
| ^~~~~~~~~~~~~~~~~~~~
ssl_session.h:82:41: error: field 'handshake_digest_md5' has incomplete type
82 | EVP_MD_CTX handshake_digest_md5;
| ^~~~~~~~~~~~~~~~~~~~
ssl_session.h:83:41: error: field 'handshake_digest' has incomplete type
83 | EVP_MD_CTX handshake_digest;
| ^~~~~~~~~~~~~~~~
Here is the same error, but I could not fix it by using openssl-1.1.0h.
In file included from decoder_stack.c:24: ssl_session.h:81:41: error: field 'handshake_digest_sha' has incomplete type 81 | EVP_MD_CTX handshake_digest_sha; | ^~~~~~~~~~~~~~~~~~~~ ssl_session.h:82:41: error: field 'handshake_digest_md5' has incomplete type 82 | EVP_MD_CTX handshake_digest_md5; | ^~~~~~~~~~~~~~~~~~~~ ssl_session.h:83:41: error: field 'handshake_digest' has incomplete type 83 | EVP_MD_CTX handshake_digest; | ^~~~~~~~~~~~~~~~Đây là lỗi tương tự, nhưng tôi không thể sửa nó bằng cách sử dụng openssl-1.1.0h.
Hello, I have the same error as you. Have you resolved that error yet?
Hello, I have the same error as you. Have you resolved that error yet?
unfortunately, not yet
Hello, I have the same error as you. Have you resolved that error yet?
unfortunately, not yet
You should use Ubuntu 16.04 for successful configuration, but I don't know how to use it as a command.