I'm compiling apache_1.3.0+ssl.1.18 and think that I've found
bugs in the Makefile which was patched into
apache_1.3.0/src/modules/ssl/Makefile
on line 50:
< OBJS=apache_ssl.a
> OBJS=apache_ssl.o
on line 94:
< LIB=libssl.$(LIBEXT)
> LIB=libssl.a
Did I muck something up during the install/patch process or are
these, indeed, errors in the Makefile?
TIA,
Dave