Add modes.h and cmac to WIN32 build system.

This commit is contained in:
Dr. Stephen Henson 2010-07-25 18:12:44 +00:00
parent d7d119a3c9
commit 18f3385dea
2 changed files with 2 additions and 0 deletions

View File

@ -316,6 +316,7 @@ $crypto.=" crypto/krb5/krb5_asn.h";
$crypto.=" crypto/pqueue/pqueue.h";
$crypto.=" crypto/cms/cms.h";
$crypto.=" crypto/jpake/jpake.h";
$crypto.=" crypto/modes/modes.h";
my $symhacks="crypto/symhacks.h";

View File

@ -27,6 +27,7 @@ my @dirs = (
"crypto/camellia",
"crypto/seed",
"crypto/modes",
"crypto/cmac",
"crypto/bn",
"crypto/rsa",
"crypto/dsa",