[[EMAIL PROTECTED] - Fri Jan  3 06:45:12 2003]: 
 
> I'm trying to compile 0.9.7 with Borland C++ 5.5 and NASM 0.98.35 on 
> Windows XP Professional SP1 with all updates. 
>  
> I did 
>  
> perl Configure BC-32 no-idea no-mdc2 no-rc5 
> ms\do_nasm 
> make -f ms\bcb.mak 
>  
> It fails at: 
>  
>         bcc32 -otmp32\x_all.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN 
-q 
>         -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 
>         -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp -O2 -ff -fp 
-DBN_ASM 
>         -DMD5_ASM -DSHA1_ASM -DRMD160_ASM -DOPENSSL_NO_IDEA 
>         -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_KRB5  -c 
>         .\crypto\x509\x_all.c 
> .\crypto\x509\x_all.c: 
> Error E2450 .\crypto\x509\x_all.c 72: Undefined structure 
'ASN1_ITEM_st' 
> in function X509_verify 
> Error E2450 .\crypto\x509\x_all.c 72: Undefined structure 
'ASN1_ITEM_st' 
> in function X509_verify 
 
ASN1_ITEM_st was added in OpenSSL 0.9.7. It therefore seems, that 
old header files are picked up. 
 
Best regards, 
      Lutz 
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]


Reply via email to