The branch master has been updated
       via  72818ef0055c79fb4d9ecc3844d117e6c9ae314c (commit)
      from  539ea812c713127bbc487f99760b237781fb871a (commit)


- Log -----------------------------------------------------------------
commit 72818ef0055c79fb4d9ecc3844d117e6c9ae314c
Author: Richard Levitte <levi...@openssl.org>
Date:   Tue Dec 11 10:31:40 2018 +0100

    util/mkdef.pl: Remove a ';' that snuck in
    
    Reviewed-by: Matt Caswell <m...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7868)

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

Summary of changes:
 util/mkdef.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/mkdef.pl b/util/mkdef.pl
index 189e5b3..8f37fbe 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -390,7 +390,7 @@ _____
         my $libvmajor = $1;
         my $libvminor = $2 * 100 + $3;
         print <<"_____";
-GSMATCH=LEQUAL,$libvmajor,$libvminor;
+GSMATCH=LEQUAL,$libvmajor,$libvminor
 _____
     }
 }
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to