b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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 |