summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-04-15 23:13:45 +0000
committerRichard Levitte <levitte@openssl.org>2004-04-15 23:13:45 +0000
commite523b0ab4d1cfe90f79e86be316b325b8513ca95 (patch)
tree517623e5b708bb5933feaa4e4693b2780aa04eaa
parentf54026eb9da3c171a92788692a06ae2cdc8603b9 (diff)
downloadopenssl-new-e523b0ab4d1cfe90f79e86be316b325b8513ca95.tar.gz
Add fips_rand.h among the header files to look at.
Fix a silly warning.
-rwxr-xr-xutil/mkdef.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index d8ae2cfd4e..c4cdce6c56 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -267,7 +267,7 @@ $crypto.=" crypto/ocsp/ocsp.h";
$crypto.=" crypto/ui/ui.h crypto/ui/ui_compat.h";
$crypto.=" crypto/krb5/krb5_asn.h";
$crypto.=" crypto/tmdiff.h";
-$crypto.=" fips/fips.h fips/fips_locl.h";
+$crypto.=" fips/fips.h fips/fips_locl.h fips/rand/fips_rand.h";
my $symhacks="crypto/symhacks.h";
@@ -797,7 +797,7 @@ sub do_defs
}
close(IN);
- my $algs;
+ my $algs = '';
my $plays;
print STDERR "DEBUG: postprocessing ----------\n" if $debug;
@@ -867,6 +867,7 @@ sub do_defs
$platform{$s} =
&reduce_platforms((defined($platform{$s})?$platform{$s}.',':"").$p);
+ $algorithm{$s} = '' if !defined $algorithm{$s};
$algorithm{$s} .= ','.$a;
if (defined($variant{$s})) {