Re: SSL (combined patches 1-4)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: pgman(at)candle(dot)pha(dot)pa(dot)us
Cc: Bear Giles <bgiles(at)coyotesong(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: SSL (combined patches 1-4)
Date: 2002-06-17 16:31:26
Message-ID: 200206171631.g5HGVQg09064@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I had to apply the following patch to get SSL to compile. I changed:

sin6->sin6_addr.in6_u.u6_addr8

to
sin6->sin6_addr.s6_addr8

to match KAME's accessor macros. I hope others have a matching macros
in their OS's. This is with BSD/OS.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 741 bytes

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-06-17 18:45:52 Re: Table Function (aka SRF) doc patch
Previous Message Bruce Momjian 2002-06-16 00:26:16 Re: 2nd revision of SSL patches