Re: building 0.9.7b

2003-08-09 Thread Russ Fink
2. Is it possible to pass the compiler flag -fPIC to config? Thanks. Frank env CFLAGS=-fPIC sh ./configure [otheroptions...] _ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

which function

2003-08-09 Thread Z. S.Ghand
Hi all, i want to have my own authentication system. in this system i have one CA to issue certificate for my authentication servers. then my clients must read this certificate to extract public key of server and send their message to it. i donn't want to implement CA but other - server and

Re: BUG: CreateToolhelp32Snapshot

2003-08-09 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Thu, 07 Aug 2003 08:54:19 +0100, Martin Kochanski [EMAIL PROTECTED] said: openssl 1. Minor bug: openssl openssl Line 443 of rand_win.c reads (reformatted) openssl openssl (handle = snap(TH32CS_SNAPALL,0))!= NULL openssl openssl [snap is a variable that

AW: BUG: CreateToolhelp32Snapshot, check if running as NT service

2003-08-09 Thread Ingo A. Kubbilun
Hi, sorry, forgot two 'strupr' calls. Please use attached versions. Rgs, Ingo. svccheck.zip Description: Zip compressed data

Re: AW: BUG: CreateToolhelp32Snapshot, check if running as NT service

2003-08-09 Thread Jeffrey Altman
Ingo: Thanks for the function. Can you provide a complete blackbox solution that is simply BOOL IsService(void) Please keep in mind that within the RAND_poll() function we have no input from the application as to the service name, logon session or account. All of that information would

Re: building 0.9.7b

2003-08-09 Thread RANDYSCMM1
Let me know what I should do here? Randy Shaw Director of Admin. Operations City Mission Ministries [EMAIL PROTECTED] (909) 757-9748 inline: Piano .jpg

Re: BUG: CreateToolhelp32Snapshot

2003-08-09 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Thu, 07 Aug 2003 08:54:19 +0100, Martin Kochanski [EMAIL PROTECTED] said: openssl There are three related issues here, all to do with the use of CreateToolhelp32Snapshot in RAND_poll() in rand_win.c. I'm using OpenSSL 0.9.6g, and the relevant call is at line