X509_vfy.h and C++

2004-10-01 Thread Gisle Vanem
This file has a 'explicit' struct x509_store_ctx_st member. This words is unfortunetely a C++ reserved word in g++ 3.4.1 at least. And from a bit of googling, has been a reserved word for more than 6 years. I suggest we replace with 'explicit_policy'. --- crypto/x509v3/x509_vfy.h.orig Sat

Re: X509_vfy.h and C++

2004-10-01 Thread Dr. Stephen Henson
On Fri, Oct 01, 2004, Gisle Vanem wrote: This file has a 'explicit' struct x509_store_ctx_st member. This words is unfortunetely a C++ reserved word in g++ 3.4.1 at least. And from a bit of googling, has been a reserved word for more than 6 years. I suggest we replace with

Re: compiling openssl-SNAP-20040910.tar.gz on OS X

2004-10-01 Thread Raf Schietekat
Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Mon, 27 Sep 2004 15:17:47 +0200, Raf Schietekat [EMAIL PROTECTED] said: f0586712 Joseph Bruni wrote: f0586712 f0586712 When attempting to compile openssl-SNAP-20040910.tar.gz on Mac OS X f0586712 (10.3.5), I ran into a