<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/security/SecurityKeyManager.cpp
+++ b/src/security/SecurityKeyManager.cpp
@@ -29,6 +29,7 @@
 #include &lt;fstream&gt;
 #include &lt;fcntl.h&gt;
 
+#include &lt;openssl/bn.h&gt;
 #include &lt;openssl/pem.h&gt;
 #include &lt;openssl/rsa.h&gt;
 #include &lt;openssl/err.h&gt;
--- a/src/security/exchange/DHProtocol.cpp
+++ b/src/security/exchange/DHProtocol.cpp
@@ -28,6 +28,7 @@
 #include &lt;ibrcommon/ssl/HMacStream.h&gt;
 #include &lt;ibrcommon/Logger.h&gt;
 
+#include &lt;openssl/dh.h&gt;
 #include &lt;openssl/rand.h&gt;
 #include &lt;openssl/pem.h&gt;
 #include "openssl_compat.h"
</pre></body></html>