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

openssl.c: fix build with wolfssl #1

Merged
merged 1 commit into from Aug 4, 2021
Merged

openssl.c: fix build with wolfssl #1

merged 1 commit into from Aug 4, 2021

Conversation

ffontaine
Copy link
Contributor

Fix the following build failure with wolfssl:

/tmp/instance-4/output-1/build/libuhttpd-3.12.1/src/ssl/openssl.c: In function 'ssl_context_new':
/tmp/instance-4/output-1/build/libuhttpd-3.12.1/src/ssl/openssl.c:174:33: error: 'tls13_ciphersuites' undeclared (first use in this function)
  174 |     SSL_CTX_set_ciphersuites(c, tls13_ciphersuites);
      |                                 ^~~~~~~~~~~~~~~~~~

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Fix the following build failure with wolfssl:

/tmp/instance-4/output-1/build/libuhttpd-3.12.1/src/ssl/openssl.c: In function 'ssl_context_new':
/tmp/instance-4/output-1/build/libuhttpd-3.12.1/src/ssl/openssl.c:174:33: error: 'tls13_ciphersuites' undeclared (first use in this function)
  174 |     SSL_CTX_set_ciphersuites(c, tls13_ciphersuites);
      |                                 ^~~~~~~~~~~~~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/d0fb629b40b05ad828775894fabed878692bb222

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
@zhaojh329 zhaojh329 merged commit e1de660 into zhaojh329:master Aug 4, 2021
@zhaojh329
Copy link
Owner

Merged. Thanks.

zhaojh329 added a commit to zhaojh329/libuhttpd that referenced this pull request Aug 4, 2021
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants