mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-09 19:57:38 +08:00
12 lines
250 B
Diff
12 lines
250 B
Diff
|
--- a/xio-openssl.c
|
||
|
+++ b/xio-openssl.c
|
||
|
@@ -8,6 +8,8 @@
|
||
|
#if WITH_OPENSSL /* make this address configure dependend */
|
||
|
#include <openssl/conf.h>
|
||
|
#include <openssl/x509v3.h>
|
||
|
+#include <openssl/dh.h>
|
||
|
+#include <openssl/bn.h>
|
||
|
|
||
|
#include "xioopen.h"
|
||
|
|