annoying unsubscribe requests

2004-07-28 Thread Vio
e following command in the body of your email message: unsubscribe openssl-users Peace, Vio Tony Nikolovski wrote: PLS REMOVE ALL EMAILS TO @planetbroadcasters.com from the mailing list Thanks - Original Message - *From:* Layla <mailto:[EMAIL PROTECTED]> *To:* [EMAIL P

Re: Linking Error.

2004-07-28 Thread Vio
path\to\openssl\include\dir\in\your\system" Just to be sure, i'd check that crypto.h is indeed present in that dir. Vio */Weijie Zhang <[EMAIL PROTECTED]>/* wrote: You need to make sure that you are linking to the (or, maybe, the proper) libaray. Type "set" in you

Re: Linking Error.

2004-07-28 Thread Vio
I think VC++ has a command-line tool (something like cmake, or something). If VC++ fails, maybe try DevC++. VC++/DevC++ docs are your friend :) Vio Layla wrote: Thanks for the response Vio, Actually I'm not familiar with the method you've proposed. but I tried to compile the pr

Embedding certificates problem

2004-07-23 Thread Vio
nderstand right now what they're for (besides the obvious), and which I need to embed, etc. so basically for each one I did the following: */ buf = clientcert_certificate; len = i2d_X509(x, &buf); if (len < 0) int_error("VIO[307]:Error loading --"); X509_STORE_add_cert(cert_sto