summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-22 11:47:57 +0100
committerMatt Caswell <matt@openssl.org>2016-04-22 14:39:30 +0100
commitb04e5c12c27ec3a1811091bf55b27c99f61a939f (patch)
treee53f236236fc568f9f08797e55d0c685292306e5 /util/mkdef.pl
parent596d6b7e1ca5aa24700098e262cb1625f256343f (diff)
Fix no-cmac on Windows/VMS
no-cmac was failing on Windows/VMS due to libcrypto.num not marking the CMAC functions properly. Found due to the new symbol consistency test. Reviewed-by: Richard Levitte <levitte@openssl.org>
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 4a8bf8abab..19bbfee7cc 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -129,6 +129,7 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
"TS",
# OCB mode
"OCB",
+ "CMAC",
# APPLINK (win build feature?)
"APPLINK"
);