mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
8c73cc5b0e
Two headers were missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
288 B
Diff
12 lines
288 B
Diff
--- a/conserver/cutil.h
|
|
+++ b/conserver/cutil.h
|
|
@@ -7,6 +7,8 @@
|
|
#include <stdarg.h>
|
|
#if HAVE_OPENSSL
|
|
# include <openssl/ssl.h>
|
|
+# include <openssl/bn.h>
|
|
+# include <openssl/dh.h>
|
|
# include <openssl/err.h>
|
|
# if OPENSSL_VERSION_NUMBER < 0x10100000L
|
|
# define TLS_method SSLv23_method
|