Compiling openssl - Mailing list pgsql-general

From Awodipe James
Subject Compiling openssl
Date
Msg-id 82124.2068.qm@web55307.mail.re4.yahoo.com
Whole thread Raw
Responses Re: Compiling openssl  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
List pgsql-general
Good day,
Is it possible to use any of your products to compile openssl-1.0.0a.tar.gz form http://www.openssl.org/source/ for Win32 environment, how?
OR can you help complile it with this adjustment to the makefile:
 
To build, I needed to modify the first lines of the example code's Makefile as follows:

OPENSSLDIR=c:/openssl32
CFLAGS=-g -I$(OPENSSLDIR)/include
LD=-Lc:/openssl32/lib -llibeay32 -lssleay32
 
Please help or advice on the way out.
Regards,
Yomi

pgsql-general by date:

Previous
From: "Nils O. Selåsdal"
Date:
Subject: Can psql show the column type of a result ?
Next
From: Alban Hertroys
Date:
Subject: Re: Compiling openssl