summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-10 14:12:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-10 14:12:55 +0000
commitb8d78a5520f6350868b22b37c10c3cd362ababc1 (patch)
tree73e911f59ed7d75d6712fe471ba9ede6a1ac80b6 /util/mkdef.pl
parentdfa5862960d7f63e32ad6469bf908ae8fbb3585f (diff)
add cmac to Windows build, update ordinals
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 4d9d31e5ca..b8f2f92716 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -295,6 +295,7 @@ $crypto.=" crypto/ec/ec.h" ; # unless $no_ec;
$crypto.=" crypto/ecdsa/ecdsa.h" ; # unless $no_ecdsa;
$crypto.=" crypto/ecdh/ecdh.h" ; # unless $no_ecdh;
$crypto.=" crypto/hmac/hmac.h" ; # unless $no_hmac;
+$crypto.=" crypto/cmac/cmac.h" ; # unless $no_hmac;
$crypto.=" crypto/engine/engine.h"; # unless $no_engine;
$crypto.=" crypto/stack/stack.h" ; # unless $no_stack;