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
677 B

  1. From d7a778004b0e0c7453075f1c7d429537162df436 Mon Sep 17 00:00:00 2001
  2. From: Howard Chu <hyc@openldap.org>
  3. Date: Fri, 21 Sep 2018 18:41:20 +0100
  4. Subject: [PATCH] ITS#8809 add missing includes
  5. ---
  6. libraries/libldap/tls_o.c | 3 +++
  7. 1 file changed, 3 insertions(+)
  8. diff --git a/libraries/libldap/tls_o.c b/libraries/libldap/tls_o.c
  9. index 010f311d7..99626ec15 100644
  10. --- a/libraries/libldap/tls_o.c
  11. +++ b/libraries/libldap/tls_o.c
  12. @@ -43,6 +43,9 @@
  13. #include <openssl/err.h>
  14. #include <openssl/rand.h>
  15. #include <openssl/safestack.h>
  16. +#include <openssl/bn.h>
  17. +#include <openssl/rsa.h>
  18. +#include <openssl/dh.h>
  19. #elif defined( HAVE_SSL_H )
  20. #include <ssl.h>
  21. #endif
  22. --
  23. 2.19.1