I found, whn I tested today, that "MINOR" in Makefile.ssl got the
value "9.3-".  The following fix makes Configure not include the dash
(why on earth that backslash was placed there I wonder...):

Index: Configure
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/OpenSSL/Configure,v
retrieving revision 1.1.1.20
retrieving revision 1.2
diff -u -r1.1.1.20 -r1.2
--- Configure   1999/05/20 11:36:57     1.1.1.20
+++ Configure   1999/05/20 17:10:09     1.2
@@ -452,7 +452,7 @@
        }
 close(IN);
 
-if ($version =~ /(^[0-9]*)\.([\0-9\.]*)/)
+if ($version =~ /(^[0-9]*)\.([0-9\.]*)/)
        {
        $major=$1;
        $minor=$2;

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-161 43  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to