Typos
[openssl.git] / util / mkdef.pl
index f159fd493489caf415347d47e65c4f0d4f12b2f1..70ed218a575c042bb48103e246bdc1a6aa3debdc 100755 (executable)
@@ -198,6 +198,7 @@ foreach (@ARGV, split(/ /, $options))
        elsif (/^no-hw$/)       { $no_hw=1; }
        elsif (/^no-gmp$/)      { $no_gmp=1; }
        elsif (/^no-rfc3779$/)  { $no_rfc3779=1; }
+       elsif (/^no-tlsext$/)   { $no_tlsext=1; }
        }
 
 
@@ -1226,8 +1227,6 @@ EOO
 
 LIBRARY         $libname       $liboptions
 
-DESCRIPTION     '$description'
-
 EOF
 
        if ($W16) {