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:
parent
539ea812c7
commit
72818ef005
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ _____
|
|||
my $libvmajor = $1;
|
||||
my $libvminor = $2 * 100 + $3;
|
||||
print <<"_____";
|
||||
GSMATCH=LEQUAL,$libvmajor,$libvminor;
|
||||
GSMATCH=LEQUAL,$libvmajor,$libvminor
|
||||
_____
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue