[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Feb 4 00:54:40 UTC 2016


The branch master has been updated
       via  ef2499298b26fa84594c8e85fd645bc75179cfdd (commit)
      from  db73bd220816feb6c9d1531d0ac76e09fd4c4a4a (commit)


- Log -----------------------------------------------------------------
commit ef2499298b26fa84594c8e85fd645bc75179cfdd
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Feb 4 01:44:51 2016 +0100

    Use matching quotes
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

Summary of changes:
 util/pl/BC-32.pl | 2 +-
 util/pl/VC-32.pl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index f0f8c9e..c22acec 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -8,7 +8,7 @@ $crypto="libeay32";
 $o='\\';
 $cp='copy';
 $rm='del';
-$mv='move /Y";
+$mv='move /Y';
 
 # C compiler stuff
 $cc='bcc32';
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index 36e52dd..1a34bb3 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -26,7 +26,7 @@ $cp='$(PERL) util/copy.pl';
 $cp2='$(PERL) util/copy.pl -stripcr';
 $mkdir='$(PERL) util/mkdir-p.pl';
 $rm='del /Q';
-$mv='move /Y";
+$mv='move /Y';
 
 $zlib_lib="zlib1.lib";
 


More information about the openssl-commits mailing list