[EMAIL PROTECTED] - Sun May 25 18:07:32 2003]:  
  
> Hi,  
>   
> Sorry to be nagging again about compilation issues. I get the  
> following  
> error when trying to build with MD2 disabled:  
>   
> In file included from md2test.c:62:  
> ../include/openssl/md2.h:63:2: #error MD2 is disabled.  
>   
> Moving line 63:  
> #include <openssl/md2.h>  
> To line 73 (after the #else) solves this.  
>   
> OpenSSL version is 0.9.7b, OS is Red Hat linux 7.2, (configured using  
> ./Configure linux-elf ... no-md2 ...)  
  
After having called Configure with this option should have been asked  
to "make depend". If you would have used "make depend", the softlink  
in test/ would have been replaced with a new destination: dummytest.c.  
  
I have applied your proposed change anyway, as it reduced possible  
sources of errors.  
  
> Is there a way I can be more helpful (e.g. send small corrections to  
> small  
> bugs instead of asking you to do it) without me having to install and  
> learn  
> CVS (sorry, working mainly on Windoze machines...)?  
  
Hmm. We gladly accept patches in unified diff (diff -u) format. :-)  
  
Best regards,  
        Lutz  
 
 
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to