You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
530 B

  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. +#include <openssl/bn.h>
  7. #include <openssl/pem.h>
  8. #include <openssl/rsa.h>
  9. #include <openssl/err.h>
  10. --- a/src/security/exchange/DHProtocol.cpp
  11. +++ b/src/security/exchange/DHProtocol.cpp
  12. @@ -28,6 +28,7 @@
  13. #include <ibrcommon/ssl/HMacStream.h>
  14. #include <ibrcommon/Logger.h>
  15. +#include <openssl/dh.h>
  16. #include <openssl/rand.h>
  17. #include <openssl/pem.h>
  18. #include "openssl_compat.h"