1. 24 Jan, 2015 1 commit
    • openssl: Add all required includes for AF_INET6 and in6_addr. · 3cda6be7
      This fixes the build at least on FreeBSD, where those types were not
      defined indirectly:
      
      src/openssl_stream.c:100:18: error: variable has incomplete type 'struct in6_addr'
              struct in6_addr addr6;
                              ^
      src/openssl_stream.c:100:9: note: forward declaration of 'struct in6_addr'
              struct in6_addr addr6;
                     ^
      src/openssl_stream.c:111:18: error: use of undeclared identifier 'AF_INET'
              if (p_inet_pton(AF_INET, host, &addr4)) {
                              ^
      src/unix/posix.h:31:40: note: expanded from macro 'p_inet_pton'
                                             ^
      src/openssl_stream.c:115:18: error: use of undeclared identifier 'AF_INET6'
                      if(p_inet_pton(AF_INET6, host, &addr6)) {
                                     ^
      src/unix/posix.h:31:40: note: expanded from macro 'p_inet_pton'
                                             ^
      Raphael Kubo da Costa committed
  2. 23 Jan, 2015 2 commits
  3. 21 Jan, 2015 1 commit
  4. 20 Jan, 2015 17 commits
  5. 16 Jan, 2015 1 commit
  6. 15 Jan, 2015 2 commits
  7. 14 Jan, 2015 5 commits
  8. 13 Jan, 2015 4 commits
  9. 12 Jan, 2015 1 commit
  10. 10 Jan, 2015 1 commit
  11. 09 Jan, 2015 5 commits