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.

26 lines
854 B

  1. diff --git a/src/lib-dcrypt/dcrypt-openssl.c b/src/lib-dcrypt/dcrypt-openssl.c
  2. index c2dbd30..201ab40 100644
  3. --- a/src/lib-dcrypt/dcrypt-openssl.c
  4. +++ b/src/lib-dcrypt/dcrypt-openssl.c
  5. @@ -20,6 +20,7 @@
  6. #include <openssl/engine.h>
  7. #include <openssl/hmac.h>
  8. #include <openssl/objects.h>
  9. +#include <openssl/bn.h>
  10. #include "dcrypt.h"
  11. #include "dcrypt-private.h"
  12. diff --git a/src/lib-ssl-iostream/iostream-openssl-context.c b/src/lib-ssl-iostream/iostream-openssl-context.c
  13. index e3c902e..ad6a9c1 100644
  14. --- a/src/lib-ssl-iostream/iostream-openssl-context.c
  15. +++ b/src/lib-ssl-iostream/iostream-openssl-context.c
  16. @@ -6,6 +6,9 @@
  17. #include "dovecot-openssl-common.h"
  18. #include <openssl/crypto.h>
  19. +#include <openssl/rsa.h>
  20. +#include <openssl/dh.h>
  21. +#include <openssl/bn.h>
  22. #include <openssl/x509.h>
  23. #include <openssl/pem.h>
  24. #include <openssl/ssl.h>