b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/security/SecurityKeyManager.cpp |
| 2 | +++ b/src/security/SecurityKeyManager.cpp |
| 3 | @@ -29,6 +29,7 @@ |
| 4 | #include <fstream> |
| 5 | #include <fcntl.h> |
| 6 | |
| 7 | +#include <openssl/bn.h> |
| 8 | #include <openssl/pem.h> |
| 9 | #include <openssl/rsa.h> |
| 10 | #include <openssl/err.h> |
| 11 | --- a/src/security/exchange/DHProtocol.cpp |
| 12 | +++ b/src/security/exchange/DHProtocol.cpp |
| 13 | @@ -28,6 +28,7 @@ |
| 14 | #include <ibrcommon/ssl/HMacStream.h> |
| 15 | #include <ibrcommon/Logger.h> |
| 16 | |
| 17 | +#include <openssl/dh.h> |
| 18 | #include <openssl/rand.h> |
| 19 | #include <openssl/pem.h> |
| 20 | #include "openssl_compat.h" |