Trying to compile 0.9.7d on WinXP using VC6 and MASM32.

All goes well until running "nmake -f ntdll32.mak". When it gets
to
   "cl /Fotmp32dll\n_pkey.obj [many options] -c .\crypto\asn1\n_pkey.c"
I get the following errors:

.\crypto\asn1\n_pkey.c(96): error C2370: 'NETSCAPE_ENCRYPTED_PKEY_it':
   redefinition; different storage class
.\crypto\asn1\n_pkey.c(93): see declaration of 'NETSCAPE_ENCRYPTED_PKEY_it'

.\crypto\asn1\n_pkey.c(106): error C2370: 'NETSCAPE_PKEY_it':
   redefinition; different storage class
.\crypto\asn1\n_pkey.c(103): see declaration of NETSCAPE_PKEY_it'

Any idesa/suggestions?

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

Reply via email to