We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build steps include:
./configure make
Both of these files are missing from the repository.
The text was updated successfully, but these errors were encountered:
This worked: $ cmake ./CMakeLists.txt
$ cmake ./CMakeLists.txt
But then:
$ make [ 33%] Built target common [ 46%] Built target wclient [ 53%] Building C object CMakeFiles/wserver2.dir/wserver2.c.o /home/midn/openssl-examples/wserver2.c: In function ‘http_serve’: /home/midn/openssl-examples/wserver2.c:65:10: error: invalid use of incomplete typedef ‘SSL’ {aka ‘struct ssl_st’} 65 | ssl->state=SSL_ST_ACCEPT; | ^~ make[2]: *** [CMakeFiles/wserver2.dir/build.make:82: CMakeFiles/wserver2.dir/wserver2.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/wserver2.dir/all] Error 2 make: *** [Makefile:103: all] Error 2
Bad luck, right?
Sorry, something went wrong.
Seems that the code is not able to run with new Openssl versions 😐
No branches or pull requests
Build steps include:
Both of these files are missing from the repository.
The text was updated successfully, but these errors were encountered: