While compiling openssl-0.9.7c on WIN32 I get the following compile error. Has anyone else gotten this error and what is the fix?
 
Thanks,
Robin
 
S:\tru64\ported\openssl-0.9.7c.win32>nmake -f ms\ntdll.mak       
 
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0                        
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 
Building OpenSSL                                                                      
        cl /Fotmp32dll\n_pkey.obj  -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0
/GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DB
N_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll -DOPENSSL_NO_KRB5 -D_WINDLL  -DOPENS
SL_BUILD_SHLIBCRYPTO -c .\crypto\asn1\n_pkey.c                                         
n_pkey.c
.\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'            
NMAKE : fatal error U1077: 'cl' : return code '0x2'                                    
Stop.

Reply via email to