open ssl wrote:
> 
> I have compiled openSSL on a windows 98 PC and after that have
> tried to run the test ..\ms\test. I keep getting
> out of environment space on one of the tests. Any ideas ?

Yes.  This is an FAQ for Windows programmers.  The fix is to edit c:\config.sys
and add the line

  SHELL = C:\command.com c:\ /e:2048 /p

I believe.  (Make sure command.com is in fact in C:\ first.)

This gives you 2048 bytes of environment space, which should do.

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

Reply via email to