Add a missing #include

noticed when trying to build without USE_SSL
This commit is contained in:
Sven Geuer 2023-12-14 00:09:11 +01:00
parent 8148cca521
commit 65795065e6

View file

@ -19,6 +19,7 @@
/* ptstream.h */
#include <stddef.h>
#ifdef USE_SSL
#include <openssl/crypto.h>
#include <openssl/x509.h>