On Wed, 2 Jan 2002, Richard Levitte - VMS Whacker wrote:

> dkaufman> The code in the patch only copies or links the test and
> dkaufman> header files for algorithms that are excluded by Configure.
> 
> I assume you mean "not excluded", or it wouldn't make any sense at
> all.

No. I meant excluded. Excluded algorithms are still checked for in the
test directory. The test file will print that the algorithm is not
supported if it has been excluded. If the test file is not there, make
test will fail with the error that test file not found. An alternative
fix would be to modify the test procedure so as to avoid testing
excluded algorithms.
  
> I suppose the really sensible thing would then be to check all the
> files that are supposed to be soft links and see if they are 0 bytes
> small, and remove them if they are.  This could be done in
> Makefile.org

You would stll have to do something about the fact that make test still
requires the files, even though the algorithms were not compiled in. I
thought it simpler to just link or copy the files. That way when you do
make test, you are specifically notified that the algorithm was not
supported. It seems like a reasonable check, in case excluding it was
not actually intended.
                              Doug

__ 
Doug Kaufman
Internet: [EMAIL PROTECTED]

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

Reply via email to