Add a simple method to run regression tests
[openssl.git] / util / mkdef.pl
index fac911a471ee2770137ff93f717ca575a0b7f1cb..7b5e28c3344a15a590bf299f4754a392fce32ce1 100755 (executable)
@@ -241,7 +241,6 @@ my $crypto ="include/internal/dso.h";
 $crypto.=" include/internal/o_dir.h";
 $crypto.=" include/internal/o_str.h";
 $crypto.=" include/internal/err.h";
-$crypto.=" include/internal/rand.h";
 foreach my $f ( glob(catfile($config{sourcedir},'include/openssl/*.h')) ) {
     my $fn = "include/openssl/" . lc(basename($f));
     $crypto .= " $fn" if !defined $skipthese{$fn};