Add fips_rand.h among the header files to look at.
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Apr 2004 23:13:45 +0000 (23:13 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Apr 2004 23:13:45 +0000 (23:13 +0000)
Fix a silly warning.

util/mkdef.pl

index d8ae2cfd4ebbc6476ff3596f30978070116e6a72..c4cdce6c568a44bc3b7c58c785a76024a8ae8c71 100755 (executable)
@@ -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})) {