don't descend fips directory if not in fips mode
authorDr. Stephen Henson <steve@openssl.org>
Sat, 29 Jan 2011 21:39:33 +0000 (21:39 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 29 Jan 2011 21:39:33 +0000 (21:39 +0000)
Configure

index c62da8c5dda7ddd179005d3133c6dca7032f47e4..d504ca3cc50d54ce90d989605c3c3ca3e8909c62 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -1550,6 +1550,7 @@ while (<IN>)
                        }
                }
        $sdirs = 0 unless /\\$/;
+        s/fips // if (/^DIRS=/ && !$fips);
         s/engines // if (/^DIRS=/ && $disabled{"engine"});
        s/ccgost// if (/^ENGDIRS=/ && $disabled{"gost"});
        s/^VERSION=.*/VERSION=$version/;