From 72818ef0055c79fb4d9ecc3844d117e6c9ae314c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 11 Dec 2018 10:31:40 +0100 Subject: [PATCH] util/mkdef.pl: Remove a ';' that snuck in Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7868) --- util/mkdef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mkdef.pl b/util/mkdef.pl index 189e5b3627..8f37fbe3ff 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 _____ } } -- 2.34.1