IBMcxx complains that maxmem is as low as 2048 for certain modules
authorRichard Levitte <levitte@openssl.org>
Mon, 14 Aug 2000 17:00:36 +0000 (17:00 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 Aug 2000 17:00:36 +0000 (17:00 +0000)
commit25b93b9defa5d5e2356200594b39f899af225af5
treeb45e38400afc37fc0e828f9dd0bea87e53d102dd
parentb98ebe0fa5d23fa230f5d9c45c27fbc111bd3129
IBMcxx complains that maxmem is as low as 2048 for certain modules
(like all the digests).  Setting maxmem to 16K seems to give the
compiler enough space to do all the optimization it wants.
Configure