sha1-x86_64.pl: nasm-related update from HEAD.
[oweals/openssl.git] / util / mkdef.pl
index 4d9d31e5ca799007c7c2126eb9566767f4fe521f..b8f2f927166e7f77695ec67085ea07c5d6b089e8 100755 (executable)
@@ -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;