openssl-users:

Yes.  I found wincrypt.h.

The only errors I am receiving are for the
declaration of the variable named X509_NAME
in <openssl/pem.h> (line 51).

typedef struct pem_recip_st
 {
 char *name;
 X509_NAME *dn;

 int cipher;
 int key_enc;
 char iv[8];
 } PEM_USER;


X509_NAME is defined in <wincrypt.h> (line 1575) as a string pointer,
namely:

#define X509_NAME                           ((LPCSTR) 7)

Any suggestions?

Regards,
William Johnston
www.george345.com



----- Original Message -----
From: "Gregory Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 5:24 PM
Subject: Re: win32 compile


> wincrypt.h comes with the Microsoft VC 6 compiler.
>
> ======================
> Greg Stark
> [EMAIL PROTECTED]
> ======================
>
>
> ----- Original Message -----
> From: "William Johnston" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, February 01, 2002 4:31 PM
> Subject: Re: win32 compile
>
>
> >
> > Dr. Henson:
> >
> > I am using version 6.0.  I believe wincrypt.h belongs
> > to openssl.  I did download the service pack.
> >
> > Regards,
> > William Johnston
> >
> >
> >
> > ----- Original Message -----
> > From: "Dr S N Henson" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, February 01, 2002 2:39 PM
> > Subject: Re: win32 compile
> >
> >
> > > > William Johnston wrote:
> > > >
> > > >
> > > > openssl-users:
> > > >
> > > > Attempting a win32 compile of openssl.
> > > >
> > > > I am missing two files: wincrypt.h and <iodef.h>.
> > > >
> > > > Where can I find these files?
> > > >
> > >
> > > These should be installed with VC++ unless it is ancient. What version
> > > are you using?
> > >
> > > Steve.
> > > --
> > > Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
> > > Personal Email: [EMAIL PROTECTED]
> > > Senior crypto engineer, Gemplus: http://www.gemplus.com/
> > > Core developer of the   OpenSSL project: http://www.openssl.org/
> > > Business Email: [EMAIL PROTECTED] PGP key: via homepage.
> > >
> > > ______________________________________________________________________
> > > OpenSSL Project                                 http://www.openssl.org
> > > User Support Mailing List                    [EMAIL PROTECTED]
> > > Automated List Manager                           [EMAIL PROTECTED]
> > >
> >
> >
> > ______________________________________________________________________
> > OpenSSL Project                                 http://www.openssl.org
> > User Support Mailing List                    [EMAIL PROTECTED]
> > Automated List Manager                           [EMAIL PROTECTED]
> >
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to