wolfSSL / wolfssl-nginx

Adds wolfSSL support to Nginx.
https://www.wolfssl.com
33 stars 13 forks source link

Add missing includes #19

Closed AdrienVannson closed 2 years ago

AdrienVannson commented 2 years ago

@kareem-wolfssl I updated the patch to fix the problem with the configuration of Nginx with WolfSSL (./configure: error: Could not find wolfSSL at /usr/local/include/wolfssl), as discussed by mail.

I tested it (on Nginx 1.21.4: apply the path, configure and compile), it works fine

wolfSSL-Bot commented 2 years ago

Can one of the wolfSSL admins verify this patch?

kareem-wolfssl commented 2 years ago

@AdrienVannson thanks for this submission and apologies if I wasn't clear. This is a temporary fix, I will be revising it as we don't always generate an options.h (for example if you don't use ./configure). I will be updating our nginx patch with this revised fix.