Browse Source

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

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7868)
Richard Levitte 5 years ago
parent
commit
72818ef005
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/mkdef.pl

+ 1 - 1
util/mkdef.pl

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