-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
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 , |
Here is the same error, but I could not fix it by using openssl-1.1.0h. |
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. |
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;
^
The text was updated successfully, but these errors were encountered: