blob: a958284576ed04269e060005107a8180cf520527 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/xio-openssl.c
2+++ b/xio-openssl.c
3@@ -8,6 +8,8 @@
4 #if WITH_OPENSSL /* make this address configure dependend */
5 #include <openssl/conf.h>
6 #include <openssl/x509v3.h>
7+#include <openssl/dh.h>
8+#include <openssl/bn.h>
9
10 #include "xioopen.h"
11