The branch master has been updated
       via  85d7bdf03614334a52984df889146286f6e5720d (commit)
      from  7ba4f9dda54c44261d0a2cf38a106f8d6daacc25 (commit)


- Log -----------------------------------------------------------------
commit 85d7bdf03614334a52984df889146286f6e5720d
Author: Mat <[email protected]>
Date:   Sat Jan 9 19:45:16 2016 +0100

    Fix build failure on Windows
    
    Fixes https://github.com/openssl/openssl/issues/530
    
    Signed-off-by: Rich Salz <[email protected]>
    Reviewed-by: Tim Hudson <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index fb4593e..c6c68bf 100755
--- a/Configure
+++ b/Configure
@@ -2195,7 +2195,7 @@ EOF
 # create the ms/version32.rc file if needed
 if ($IsMK1MF && ($target !~ /^netware/)) {
        my ($v1, $v2, $v3, $v4);
-       if ($version_num =~ 
/^0x([0-9a-f]{1})([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})L$/i) {
+       if ($version_num =~ 
/^0x([0-9a-f]{1})([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{1})L$/i) {
                $v1=hex $1;
                $v2=hex $2;
                $v3=hex $3;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to