fixed ssl handler
[NeonServV5.git] / src / ssl.h
index d28937b948966ec8e63ba287365d38993279c6f5..6fd3144c8c71e1433359f15992724312c0f013b0 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -24,6 +24,7 @@ struct ClientSocket;
 #ifdef HAVE_SSL
 #include <openssl/rand.h>
 #include <openssl/ssl.h>
+#include <openssl/err.h>
 
 struct SSLConnection {
     SSL *sslHandle;