summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-18 20:06:29 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-18 20:17:19 +0100
commitf38526357e1423ab5712586dee40c1c728af526d (patch)
tree3d439c4155faeab3d824a3f45338cfc2398cae00 /util/mkdef.pl
parent03f03129361683ee3c5bab5aa82d7060cdfc2bea (diff)
Implement support for no-ts
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index ec1907890f..129e6b46bd 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -117,6 +117,8 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
"UNIT_TEST",
# User Interface
"UI",
+ #
+ "TS",
# OCB mode
"OCB",
# APPLINK (win build feature?)