DH: add simple getters for commonly used DH struct members
[openssl.git] / util / mkdef.pl
index fac911a471ee2770137ff93f717ca575a0b7f1cb..669589c8017d80f687b95fa173ba8ecf5dd3d815 100755 (executable)
@@ -241,7 +241,7 @@ 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";
+$crypto.=" include/internal/sslconf.h";
 foreach my $f ( glob(catfile($config{sourcedir},'include/openssl/*.h')) ) {
     my $fn = "include/openssl/" . lc(basename($f));
     $crypto .= " $fn" if !defined $skipthese{$fn};