From: Dr. Stephen Henson Date: Sun, 25 Jul 2010 18:12:44 +0000 (+0000) Subject: Add modes.h and cmac to WIN32 build system. X-Git-Tag: OpenSSL-fips-2_0-rc1~1037 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=18f3385dea1aa52df13c6524ab9762d946a6eb70 Add modes.h and cmac to WIN32 build system. --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 1d579c897c..1179f58a64 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -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"; diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 6d15831450..8bfbcae255 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -27,6 +27,7 @@ my @dirs = ( "crypto/camellia", "crypto/seed", "crypto/modes", +"crypto/cmac", "crypto/bn", "crypto/rsa", "crypto/dsa",