Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error would you help me? #10

Open
mseaspring opened this issue Aug 31, 2018 · 8 comments
Open

compile error would you help me? #10

mseaspring opened this issue Aug 31, 2018 · 8 comments

Comments

@mseaspring
Copy link

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;
^

@mseaspring
Copy link
Author

Additional explanation: I am compiling in the Linux environment, it seems to be missing header files.

@krsri
Copy link

krsri commented Sep 17, 2018

If you find the answer please post here.

@mseaspring
Copy link
Author

Using openssl-1.1.0h-compile and new libdssl-master can compile ,but run also core.

@krsri
Copy link

krsri commented Sep 18, 2018

Hi mseaspring ,
Thanks able to resolve the issue.

@haoran-mc
Copy link

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.

@Quanmn
Copy link

Quanmn commented Jan 3, 2024

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?

@haoran-mc
Copy link

Hello, I have the same error as you. Have you resolved that error yet?

unfortunately, not yet

@Quanmn
Copy link

Quanmn commented Jan 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants