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

Compiling errors #1635

Closed
InputOutputZ opened this issue Oct 31, 2021 · 1 comment
Closed

Compiling errors #1635

InputOutputZ opened this issue Oct 31, 2021 · 1 comment
Labels

Comments

@InputOutputZ
Copy link

InputOutputZ commented Oct 31, 2021

Bug Context: During compiling nghttp2 the references to TLS_client_method and TLS_server_method methods causing compilation to fail.

Version: 1.46.0
Test with openssl 3.0.1-dev. and openssl 1.1.1l.

Affected files: src/shrpx_tls.cc and src/nghttp.cc, src/HttpServer.cc, src/h2load.cc, examples/libevent-client.c, examples/client.c, examples/libevent-server.c

Tested solution: Added 'D' preceding to all TLS_client_method and TLS_server_method references so to be like DTLS_client_method and DTLS_server_method.

@InputOutputZ InputOutputZ changed the title Openssl 3.0.0 support bug Compiling errors Oct 31, 2021
Copy link

github-actions bot commented May 3, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label May 3, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant