openssl/Netware
Richard Levitte b764ab9537 Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PR
1107.  He says:

This is a followup to the NetWare patch that was applied to beta3.  It
does the following:

- Fixes a problem in the CLib build with undefined symbols.

- Adds the ability to use BSD sockets as the default for the OpenSSL
  socket BIO.  NetWare supports 2 flavors of sockets and our Apache
  developers need BSD sockets as a configurable option when building
  OpenSSL.  This adds that for them.

- Updates to the INSTALL.NW file to explain new options.

I have tried very hard to make sure all the changes are in NetWare
specific files or guarded carefully to make sure they only impact
NetWare builds.  I have tested the Windows build to make sure it does
not break that since we have made changes to mk1mf.pl.

We are still working the gcc cross compile for NetWare issue and hope
to have a patch for that before beta 6 is released.
2005-06-13 03:23:50 +00:00
..
build.bat Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PR 2005-06-13 03:23:50 +00:00
cpy_tests.bat Netware-specific changes, 2003-11-28 13:10:58 +00:00
do_tests.pl Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>. 2005-06-05 21:47:19 +00:00
globals.txt Netware-specific changes, 2003-11-28 13:10:58 +00:00
readme.txt Netware-specific changes, 2003-11-28 13:10:58 +00:00
set_env.bat NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev. 2004-06-28 11:55:28 +00:00

Contents of the openssl\netware directory
==========================================

Regular files:

readme.txt     - this file
do_tests.pl    - perl script used to run the OpenSSL tests on NetWare
cpy_tests.bat  - batch to to copy test stuff to NetWare server
build.bat      - batch file to help with builds
set_env.bat    - batch file to help setup build environments
globals.txt    - results of initial code review to identify OpenSSL global variables


The following files are generated by the various scripts.  They are
recreated each time and it is okay to delete them.

*.def - command files used by Metrowerks linker
*.mak - make files generated by mk1mf.pl