Here's a patch to fix handling of +<xxx> args to Configure.
Index: Configure
===================================================================
RCS file: /e/openssl/cvs/openssl/Configure,v
retrieving revision 1.77
diff -u -r1.77 Configure
--- Configure 1999/05/10 11:07:50 1.77
+++ Configure 1999/05/10 14:45:35
@@ -321,7 +321,7 @@
$libs.= "-lRSAglue -lrsaref ";
$flags.= "-DRSAref ";
}
- elsif (/^-/)
+ elsif (/^[-+]/)
{
if (/^-[lL](.*)$/)
{
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]