Delete bogus V3 prototype and update the *.num files to include ordinals for
[openssl.git] / util / mkdef.pl
index a62e3eef821700319dce1512fb39316c3f45fc1a..5b2f355bb48ccee18d969dc64457f685ac29c614 100755 (executable)
@@ -231,12 +231,12 @@ sub print_def_file
 
        print OUT <<"EOF";
 ;
-; Definition file for the DDL version of the $name library from SSLeay
+; Definition file for the DLL version of the $name library from OpenSSL
 ;
 
 LIBRARY         $name
 
-DESCRIPTION     'SSLeay $name - eay\@cryptsoft.com'
+DESCRIPTION     'OpenSSL $name - http://www.openssl.org/'
 
 EOF
 
@@ -270,7 +270,7 @@ EOF
                else
                        {
                        $n=$nums{$func};
-                       printf OUT "    %s%-35s@%d\n",($NT)?"":"_",$func,$n;
+                       printf OUT "    %s%-40s@%d\n",($NT)?"":"_",$func,$n;
                        }
                }
        printf OUT "\n";