util/mkdef.pl: Remove a ';' that snuck in

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7868)
This commit is contained in:
Richard Levitte 2018-12-11 10:31:40 +01:00
parent 539ea812c7
commit 72818ef005

View file

@ -390,7 +390,7 @@ _____
my $libvmajor = $1;
my $libvminor = $2 * 100 + $3;
print <<"_____";
GSMATCH=LEQUAL,$libvmajor,$libvminor;
GSMATCH=LEQUAL,$libvmajor,$libvminor
_____
}
}