mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-08-03 16:23:53 +00:00
Add a missing #include
noticed when trying to build without USE_SSL
This commit is contained in:
parent
8148cca521
commit
65795065e6
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
/* ptstream.h */
|
||||
|
||||
#include <stddef.h>
|
||||
#ifdef USE_SSL
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/x509.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue