[dovecot/core] 870bf3: lib-program-client: Fix building with compilers th...

GitHub noreply at github.com
Fri Oct 28 14:11:54 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 870bf394d43e653dd7669093a12bafbfc0b8fe92
      https://github.com/dovecot/core/commit/870bf394d43e653dd7669093a12bafbfc0b8fe92
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M src/lib-program-client/test-program-client-net.c
    M src/lib-program-client/test-program-client-unix.c

  Log Message:
  -----------
  lib-program-client: Fix building with compilers that have no typeof()


  Commit: 5546faab383f222004796a8170bc8baafa35c5bf
      https://github.com/dovecot/core/commit/5546faab383f222004796a8170bc8baafa35c5bf
  Author: Paul Howarth <paul at city-fan.org>
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
    M m4/ssl.m4

  Log Message:
  -----------
  configure: Improve check for OpenSSL without EC support

The original test was for EC_KEY_new but some systems had that and not
EVP_PKEY_CTX_new_id, so the test was switched to that function.
However, Fedora releases 12 through 17 have EVP_PKEY_CTX_new_id but
not EC_KEY_new. So we need to test for both functions before enabling
the dcrypt build.


Compare: https://github.com/dovecot/core/compare/05c1d362cc69...5546faab383f


More information about the dovecot-cvs mailing list