You prodded me into looking into the FreeBSD ports collection and how they
deal with it. Their solution appears to be a bit more brutal:
--- Makefile.org.orig Tue Sep 28 22:52:14 2004 +++ Makefile.org Fri Nov 5 18:21:09 2004 @@ -175,8 +175,8 @@ # we might set SHLIB_MARK to '$(SHARED_LIBS)'. SHLIB_MARK=
-DIRS= crypto fips ssl $(SHLIB_MARK) sigs apps test tools -SHLIBDIRS= fips crypto ssl +DIRS= crypto ssl $(SHLIB_MARK) sigs apps test tools +SHLIBDIRS= crypto ssl
# dirs in crypto to build SDIRS= objects \
And it will go away once they switchover to the latest openssl that has the patch that Johnny referenced.
Just for reference. NetBSD patch fixes only part of the problem. Proper fix will appear in upcoming 0.9.7f. A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]
