Add modes.h and cmac to WIN32 build system.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 25 Jul 2010 18:12:44 +0000 (18:12 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 25 Jul 2010 18:12:44 +0000 (18:12 +0000)
util/mkdef.pl
util/mkfiles.pl

index 1d579c897c29f11da042c3a5c286aae3c7ab1607..1179f58a64bc4a85af4b82c0d638eeb454c96f9b 100755 (executable)
@@ -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";
 
index 6d158314509f1279ebf4cce8c09f4d0a11690634..8bfbcae255f1c84abba728ec322c9c021c413ea5 100755 (executable)
@@ -27,6 +27,7 @@ my @dirs = (
 "crypto/camellia",
 "crypto/seed",
 "crypto/modes",
+"crypto/cmac",
 "crypto/bn",
 "crypto/rsa",
 "crypto/dsa",