summaryrefslogtreecommitdiffstats
path: root/util/mkfiles.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-03 23:12:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-03 23:12:04 +0000
commit06b433acade4732a7f647faace14dfd6950ac49c (patch)
tree95d88f468a08bed0895ad80d86650bc4753c83d8 /util/mkfiles.pl
parent14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4 (diff)
Add FIPS support to the WIN32 build system.
Diffstat (limited to 'util/mkfiles.pl')
-rwxr-xr-xutil/mkfiles.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/util/mkfiles.pl b/util/mkfiles.pl
index 8bfbcae255..9a657dadcf 100755
--- a/util/mkfiles.pl
+++ b/util/mkfiles.pl
@@ -63,6 +63,16 @@ my @dirs = (
"crypto/pqueue",
"crypto/whrlpool",
"crypto/ts",
+"fips",
+"fips/aes",
+"fips/des",
+"fips/dsa",
+"fips/dh",
+"fips/hmac",
+"fips/rand",
+"fips/rsa",
+"fips/utl",
+"fips/sha",
"ssl",
"apps",
"engines",