With the current stable snapshot of 0.9.8, "make test" fails under DJGPP
because of a typo in test/Makefile, which only affects platforms where
$(EXE_EXT) is not null. This should fix it.
                         Doug


--- openssl-0.9.8/test/Makefile.ori     2006-08-28 03:05:56.000000000 -0800
+++ openssl-0.9.8/test/Makefile 2006-09-14 01:08:12.000000000 -0800
@@ -283,7 +283,7 @@
 #      @echo "test Rijndael"
 #      ../util/shlib_wrap.sh ./$(AESTEST)
 
-test_ige: $(IGETEST)
+test_ige: $(IGETEST)$(EXE_EXT)
        @echo "Test IGE mode"
        ../util/shlib_wrap.sh ./$(IGETEST)
 
-- 
Doug Kaufman
Internet: [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to