Re: patch: contrib/pgcrypto sanity

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: patch: contrib/pgcrypto sanity
Date: 2001-01-09 16:07:15
Message-ID: 200101091607.LAA09326@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Applied. Thanks.

[ Charset ISO-8859-1 unsupported, converting... ]
>
> The KAME files md5.* and sha1.* have the following changelog
> entry:
>
> ----------------------------
> revision 1.2
> date: 2000/12/04 01:20:38; author: tgl; state: Exp; lines:
> +18 -18
> Eliminate some of the more blatant platform-dependencies ... it
> builds here now, anyway ...
> ----------------------------
>
> Which basically changes u_int*_t -> uint*_t, so now it does not
> compile neither under Debian 2.2 nor under NetBSD 1.5 which
> is platform independent? all right. Also it replaces $KAME$
> with $Id$ which is Bad Thing. PostgreSQL Id should be added as a
> separate line so the file history could be seen.
>
> So here is patch:
>
> * changes uint*_t -> uint*. I guess that was the original
> intention
> * adds uint64 type to include/c.h because its needed
> [somebody should check if I did it right]
> * adds back KAME Id, because KAME is the master repository
> * removes stupid c++ comments in pgcrypto.c
> * removes <sys/types.h> from the code, its not needed
>
> --
> marko
>

[ Attachment, skipping... ]

--
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-09 16:21:33 Re: README.mb
Previous Message Vince Vielhaber 2001-01-09 15:21:10 Re: Re: [SQL] PostgreSQL web page