From: Richard Levitte Date: Tue, 11 Dec 2018 09:31:40 +0000 (+0100) Subject: util/mkdef.pl: Remove a ';' that snuck in X-Git-Tag: openssl-3.0.0-alpha1~2706 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=72818ef0055c79fb4d9ecc3844d117e6c9ae314c util/mkdef.pl: Remove a ';' that snuck in Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7868) --- 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 _____ } }