Add FIPS support to the WIN32 build system.

This commit is contained in:
Dr. Stephen Henson
2011-02-03 23:12:04 +00:00
parent 14ae26f2e4
commit 06b433acad
7 changed files with 396 additions and 25 deletions

View File

@@ -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",