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.

39 lines
1.4 KiB

  1. Index: daemon/remote.c
  2. ===================================================================
  3. --- a/daemon/remote.c (revision 5105)
  4. +++ b/daemon/remote.c (working copy)
  5. @@ -1987,7 +1987,7 @@
  6. return NULL;
  7. }
  8. } else {
  9. -#ifndef HAVE_SSL_SET1_HOST
  10. +#if ! defined(HAVE_SSL_SET1_HOST) && ! defined(HAVE_X509_VERIFY_PARAM_SET1_HOST)
  11. if(auth_name)
  12. log_err("no name verification functionality in "
  13. "ssl library, ignored name for %s", todo);
  14. Index: iterator/iter_fwd.c
  15. ===================================================================
  16. --- a/iterator/iter_fwd.c (revision 5105)
  17. +++ b/iterator/iter_fwd.c (working copy)
  18. @@ -239,7 +239,7 @@
  19. s->name, p->str);
  20. return 0;
  21. }
  22. -#ifndef HAVE_SSL_SET1_HOST
  23. +#if ! defined(HAVE_SSL_SET1_HOST) && ! defined(HAVE_X509_VERIFY_PARAM_SET1_HOST)
  24. if(tls_auth_name)
  25. log_err("no name verification functionality in "
  26. "ssl library, ignored name for %s", p->str);
  27. Index: iterator/iter_hints.c
  28. ===================================================================
  29. --- a/iterator/iter_hints.c (revision 5105)
  30. +++ b/iterator/iter_hints.c (working copy)
  31. @@ -252,7 +252,7 @@
  32. s->name, p->str);
  33. return 0;
  34. }
  35. -#ifndef HAVE_SSL_SET1_HOST
  36. +#if ! defined(HAVE_SSL_SET1_HOST) && ! defined(HAVE_X509_VERIFY_PARAM_SET1_HOST)
  37. if(auth_name)
  38. log_err("no name verification functionality in "
  39. "ssl library, ignored name for %s", p->str);