Add missing OpenSSL include
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
|
||||
#ifdef HTTPS_ENABLED
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/x509v3.h>
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
- Add connection timeouts
|
||||
- Per RFC 6265, cookie values can be quoted. This parser would include the quotes in the value.
|
||||
- Make sure that the proxy example doesn't stall
|
||||
- Return an appropriate error code when the user waits on a client with no pending requests
|
||||
|
||||
@@ -26,4 +26,5 @@
|
||||
|
||||
#ifdef HTTPS_ENABLED
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/x509v3.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user