From 18f3385dea1aa52df13c6524ab9762d946a6eb70 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 25 Jul 2010 18:12:44 +0000 Subject: Add modes.h and cmac to WIN32 build system. --- util/mkdef.pl | 1 + util/mkfiles.pl | 1 + 2 files changed, 2 insertions(+) (limited to 'util') 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", -- cgit v1.2.3