DH: add simple getters for commonly used DH struct members
[openssl.git] / util / mkdef.pl
index 7b5e28c3344a15a590bf299f4754a392fce32ce1..669589c8017d80f687b95fa173ba8ecf5dd3d815 100755 (executable)
@@ -241,6 +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/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};