[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Tue Dec 11 10:30:49 UTC 2018
The branch master has been updated
via 72818ef0055c79fb4d9ecc3844d117e6c9ae314c (commit)
from 539ea812c713127bbc487f99760b237781fb871a (commit)
- Log -----------------------------------------------------------------
commit 72818ef0055c79fb4d9ecc3844d117e6c9ae314c
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Dec 11 10:31:40 2018 +0100
util/mkdef.pl: Remove a ';' that snuck in
Reviewed-by: Matt Caswell <matt at 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
_____
}
}
More information about the openssl-commits
mailing list