diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-04-19 01:30:59 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-04-19 01:30:59 +0200 |
commit | befcced53ebbd561de96c83020d625721670d40b (patch) | |
tree | fb7b3d519a7c3b6dc249e0784e2496da2ff4ce40 /util/mkfiles.pl | |
parent | Fix EVP CCM decrypt. Add decrypt support to algorithm test program. (diff) | |
download | openssl-befcced53ebbd561de96c83020d625721670d40b.tar.xz openssl-befcced53ebbd561de96c83020d625721670d40b.zip |
Add fips/cmac directory to WIN32 build.
Diffstat (limited to 'util/mkfiles.pl')
-rwxr-xr-x | util/mkfiles.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 17b7d46957..1c8493ae22 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -66,6 +66,7 @@ my @dirs = ( "crypto/srp", "fips", "fips/aes", +"fips/cmac", "fips/des", "fips/dsa", "fips/dh", |