summaryrefslogtreecommitdiffstats
path: root/common/ssl_calls.c
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-03-02 20:33:23 -0800
committerjsorg71 <jay.sorg@gmail.com>2017-03-04 00:52:34 -0800
commitb2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b (patch)
tree168d3065b744f8f758eb7d9d57feab5d0a51c204 /common/ssl_calls.c
parent24d44def601a7ebae5b79743a9c34ca024997531 (diff)
downloadxrdp-proprietary-b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b.tar.gz
xrdp-proprietary-b2d3dcf16979a54ecc3cf4fbfc6ee0e4a4f3521b.zip
Include config_ac.h from all source files
Diffstat (limited to 'common/ssl_calls.c')
-rw-r--r--common/ssl_calls.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/ssl_calls.c b/common/ssl_calls.c
index 9829a97b..1e50270b 100644
--- a/common/ssl_calls.c
+++ b/common/ssl_calls.c
@@ -19,6 +19,10 @@
* ssl calls
*/
+#if defined(HAVE_CONFIG_H)
+#include <config_ac.h>
+#endif
+
#include <stdlib.h> /* needed for openssl headers */
#include <openssl/ssl.h>
#include <openssl/err.h>