[openssl-commits] [openssl] master update

Dr. Stephen Henson steve at openssl.org
Wed Feb 4 23:00:37 UTC 2015


The branch master has been updated
       via  a479d72dba4afc17f46db5429a5271f1202e2d55 (commit)
      from  f0983d3953fdc3e162e97ae4d35086e687aa4c89 (commit)


- Log -----------------------------------------------------------------
commit a479d72dba4afc17f46db5429a5271f1202e2d55
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Wed Feb 4 22:51:01 2015 +0000

    fix windows build
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

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

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

diff --git a/Configure b/Configure
index c9d3aeb..5fb5f13 100755
--- a/Configure
+++ b/Configure
@@ -2016,6 +2016,7 @@ BEGIN
 #elif defined(SSL)
 	    VALUE "InternalName", "ssleay32\\0"
 	    VALUE "OriginalFilename", "ssleay32.dll\\0"
+#endif
 	    VALUE "ProductName", "The OpenSSL Toolkit\\0"
 	    VALUE "ProductVersion", "$version\\0"
 	    // Optional:


More information about the openssl-commits mailing list