Re: How to configure Postgres to make it not to use (load) crypto libraries. - Mailing list pgsql-hackers

From Jim Buttafuoco
Subject Re: How to configure Postgres to make it not to use (load) crypto libraries.
Date
Msg-id 200701300048.l0U0mJWf017484@amanda.contactbda.com
Whole thread Raw
In response to How to configure Postgres to make it not to use (load) crypto libraries.  ("Tom Dong" <TDong@witness.com>)
List pgsql-hackers

Rebuild from source and DO NOT specify --with-openssl

 

 

 


From: pgsql-hackers-owner@postgresql.org [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Tom Dong
Sent: Saturday, January 27, 2007 12:16 PM
To: pgsql-hackers@postgresql.org
Cc: Tom Dong
Subject: [HACKERS] How to configure Postgres to make it not to use (load) crypto libraries.

 

Hi,

 

            I am looking for a way via configuration to make Postgres not to use the openssl lib libeay32.dll as I need to delete that library. I basically need to remove any encryption (hash is fine) features from my Postgres (8.x) installation.  This is quite urgent for me.  I would be very grateful if someone in this communicate can reply to this email and help me.

 

            Thanks!

            Tom

pgsql-hackers by date:

Previous
From: desrocchi@gmail.com
Date:
Subject: Re: PostgreSQL Data Loss
Next
From: Tom Lane
Date:
Subject: Re: Getting comments from schema using SQL