Re: unsubscribing from list (WAS: Win ssl bug)

2001-12-04 Thread Hack Kampbjørn
"James C. McMaster (Jim)" wrote: > > What we cannot seem to get through to the thick-headed people is THE > AUTOMATED UNSUBSCRIBE PROCEDURE IS BROKEN, AND HAS BEEN FOR A LONG TIME. > FOLLOWING THE UNSUBSCRIBE INSTRUCTIONS YOU SO "HELPFULLY" EXPLAIN IS > POINTLESS, BECAUSE THE AUTOMATED UNSUBSCRIB

Re: unsubscribing from list (WAS: Win ssl bug)

2001-12-04 Thread James C. McMaster (Jim)
What we cannot seem to get through to the thick-headed people is THE AUTOMATED UNSUBSCRIBE PROCEDURE IS BROKEN, AND HAS BEEN FOR A LONG TIME. FOLLOWING THE UNSUBSCRIBE INSTRUCTIONS YOU SO "HELPFULLY" EXPLAIN IS POINTLESS, BECAUSE THE AUTOMATED UNSUBSCRIBE PROCEDURE IS BROKEN, AND HAS BEEN FOR

Re: Win ssl bug

2001-12-04 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: > Resubmit as attachment since my previous posts wrapped. Applies to > 1.8-beta3 . Thanks. I've applied this, because it's a good stop-gap solution. But I still have some remarks... * We're now using lrand48 on Unix and RAND_screen on Windows. This l

RE: Win ssl bug

2001-12-04 Thread Herold Heiko
-- ITALY > -Original Message- > From: Herold Heiko [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 03, 2001 5:37 PM > To: List wget-bug (E-mail) > Subject: RE: Win ssl bug > > > Sorry, I forgot. > > Changelog: > * windows\Makefile.src: ad

unsubscribing from list (WAS: Win ssl bug)

2001-12-04 Thread Hack Kampbjørn
Matt Pease wrote: > > somebody please get me off this list! emailing [EMAIL PROTECTED] > does not work Sorry, that's not how it works. YOU subscribed yourself to the list, you were warned that only YOU could unsubscribe later on, and to save the welcome message in case you might forget whi

Re: Win ssl bug

2001-12-03 Thread Matt Pease
somebody please get me off this list! emailing [EMAIL PROTECTED] does not work Thanks - Matt - Original Message - From: "Herold Heiko" <[EMAIL PROTECTED]> To: "List wget-bug (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 11:36 AM Subje

RE: Win ssl bug

2001-12-03 Thread Herold Heiko
Sorry, I forgot. Changelog: * windows\Makefile.src: add gen_sslfunc.c * windows\Makefile.src.bor: ditto. Heiko -- -- PREVINET S.p.A.[EMAIL PROTECTED] -- Via Ferretto, 1ph x39-041-5907073 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087 -- ITALY

RE: Win ssl bug

2001-12-03 Thread Herold Heiko
ano V.to (TV) fax x39-041-5907087 -- ITALY > -Original Message- > From: Daniel Stenberg [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 03, 2001 3:33 PM > To: Herold Heiko > Cc: [EMAIL PROTECTED] > Subject: Re: Win ssl bug > > > On Mon, 3 Dec 2001, Herold Heiko wrote: &g

Re: Win ssl bug

2001-12-03 Thread Daniel Stenberg
On Mon, 3 Dec 2001, Herold Heiko wrote: > However it still won' work due to mising > > gen_sslfunc.obj : error LNK2001: unresolved external symbol _lrand48 > gen_sslfunc.obj : error LNK2001: unresolved external symbol _srand48 > > In fact looking through the VC++ documentation there doesn't seem

Win ssl bug

2001-12-03 Thread Herold Heiko
The current CVS 1.8 needs this in order to compile with ssl: diff -urbB wget/windows/Makefile.src wget.wip/windows/Makefile.src --- wget/windows/Makefile.src Thu Nov 29 14:30:24 2001 +++ wget.wip/windows/Makefile.src Mon Dec 3 13:39:58 2001 @@ -55,12 +55,12 @@ SRC = cmpt.c safe-ctype.c c