From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Marko Kreen <marko(at)l-t(dot)ee> |
Cc: | Neil Conway <neilc(at)samurai(dot)com>, Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: contrib/pgcrypto patch for OpenSSL 0.9.8 |
Date: | 2005-07-04 14:42:20 |
Message-ID: | 200507041442.j64EgKb00872@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Marko Kreen wrote:
> On Mon, Jul 04, 2005 at 10:31:21AM -0400, Bruce Momjian wrote:
> > OK, I have applied the last two diffs for pgcrypto includes to 8.0.X,
> > attached.
>
> > *** contrib/pgcrypto/openssl.c 12 Mar 2005 06:54:31 -0000 1.13.4.1
> > --- contrib/pgcrypto/openssl.c 4 Jul 2005 14:30:12 -0000
> > ***************
> > *** 35,40 ****
> > --- 35,54 ----
> >
> > #include <openssl/evp.h>
> >
> > + #include <openssl/evp.h>
>
> Why second time?
Oh, I see, yea, got duplicated. That is fixed in the committed version.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2005-07-04 14:44:51 | Re: Disable page writes when fsync off, add GUC |
Previous Message | Peter Eisentraut | 2005-07-04 14:38:58 | Re: silence GCC4 warning |